From: Peter Palfrader Date: Tue, 6 Mar 2018 12:31:38 +0000 (+0100) Subject: ferm::conf - include ferm X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5bb25a7b7e1cb7e3da6c25628b3c2c76d55e6755;p=mirror%2Fdsa-puppet.git ferm::conf - include ferm --- diff --git a/modules/ferm/manifests/conf.pp b/modules/ferm/manifests/conf.pp index 602b74ba4..87d5189d9 100644 --- a/modules/ferm/manifests/conf.pp +++ b/modules/ferm/manifests/conf.pp @@ -5,6 +5,8 @@ define ferm::conf ( $ensure=present, $prio="xx-10", ) { + include ferm + case $ensure { present: { if ! ($source or $content) {