aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-28 19:31:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-28 19:31:14 -0300
commitffe412186527dec2db439db47888f4b1b62ccc5f (patch)
tree96d369e48ed9fc0a45f1eef5ad63f4de6944fa59
parentd5268554b8c8c614917567f12a1814e7de2c8ff7 (diff)
downloadpuppet-bootstrap-ffe412186527dec2db439db47888f4b1b62ccc5f.tar.gz
puppet-bootstrap-ffe412186527dec2db439db47888f4b1b62ccc5f.tar.bz2
TODO
-rw-r--r--TODO.md4
-rw-r--r--manifests/config.pp1
2 files changed, 5 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..bc3b32b
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,4 @@
+TODO
+====
+
+* Make "config" target, refactoring config.pp and default_conf.pp.
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]*'