diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/config.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/config.pp b/manifests/config.pp index ed8a3ac..a4ea298 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -12,6 +12,7 @@ $puppet_dir = "/usr/local/puppet" # Minimal config for puppet-nodo first run Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" } +# Nameserver and munin configuration $resolvconf_nameservers = '201.6.2.152:201.6.2.32' $global_munin_allow = '192.168.0.[0-9]*' |