From: Stephen Gran Date: Tue, 11 Sep 2012 18:42:41 +0000 (+0100) Subject: we have to pass a default X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=bc9ce0f1c330b6b994573e1b1fe3c130532d9c8d;p=mirror%2Fdsa-puppet.git we have to pass a default Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/conf.pp b/modules/ferm/manifests/conf.pp index a97ec6901..d4e4ad9fd 100644 --- 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: {}