we have to pass a default
authorStephen Gran <steve@lobefin.net>
Tue, 11 Sep 2012 18:42:41 +0000 (19:42 +0100)
committerStephen 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

index a97ec69..d4e4ad9 100644 (file)
@@ -1,4 +1,4 @@
-define ferm::conf ($content=undef, $source=undef) {
+define ferm::conf ($content=undef, $source=undef, $ensure=present) {
 
        case $ensure {
                present,absent: {}