projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8fbda
)
some tidy ups
author
Stephen Gran
<steve@lobefin.net>
Tue, 8 May 2012 20:22:59 +0000
(21:22 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 8 May 2012 20:23:14 +0000
(21:23 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/apache2/manifests/site.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/site.pp
b/modules/apache2/manifests/site.pp
index
7acbfc6
..
4588a60
100644
(file)
--- a/
modules/apache2/manifests/site.pp
+++ b/
modules/apache2/manifests/site.pp
@@
-1,6
+1,6
@@
define apache2::site (
$source=undef,
- $content=
false
,
+ $content=
undef
,
$ensure=present,
$site=undef
) {
@@
-27,8
+27,7
@@
define apache2::site (
$link_target = $ensure ? {
present => $target,
- absent => absent,
- default => fail ( "Unknown ensure value: '$ensure'" ),
+ absent => absent
}
if $content {