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:
2ac3c31
)
we have to pass a default
author
Stephen Gran
<steve@lobefin.net>
Tue, 11 Sep 2012 18:42:41 +0000
(19:42 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 11 Sep 2012 18:42:41 +0000
(19:42 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/conf.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/conf.pp
b/modules/ferm/manifests/conf.pp
index
a97ec69
..
d4e4ad9
100644
(file)
--- a/
modules/ferm/manifests/conf.pp
+++ b/
modules/ferm/manifests/conf.pp
@@
-1,4
+1,4
@@
-define ferm::conf ($content=undef, $source=undef) {
+define ferm::conf ($content=undef, $source=undef
, $ensure=present
) {
case $ensure {
present,absent: {}