diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/base.pp | 1 | ||||
| -rw-r--r-- | manifests/utils.pp | 5 | 
2 files changed, 1 insertions, 5 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index aaeabec..465bc2a 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -30,6 +30,7 @@ class nodo::base {    include concat::setup    include cron    include shellprompt +  include augeas    # Require admin accounts' class    if (defined(site_users::admin)) { diff --git a/manifests/utils.pp b/manifests/utils.pp index fc03d69..af9092a 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -28,9 +28,4 @@ class nodo::utils inherits nodo::utils::base {      owner   => root,      group   => root,    } - -  # Ensure we have augeas -  package { [ 'augeas-tools' ]: -    ensure  => present, -  }  }  | 
