summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-30 15:42:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-30 15:42:55 -0200
commit5c73c32c08f22cc57eb48812591e119fbb14b457 (patch)
tree593203121f646ca91166dcd27781177e1a3d167f /templates
downloadpuppet-puppet-5c73c32c08f22cc57eb48812591e119fbb14b457.tar.gz
puppet-puppet-5c73c32c08f22cc57eb48812591e119fbb14b457.tar.bz2
Initial import
Diffstat (limited to 'templates')
-rw-r--r--templates/puppet-node.conf.erb11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/puppet-node.conf.erb b/templates/puppet-node.conf.erb
new file mode 100644
index 0000000..3af94fd
--- /dev/null
+++ b/templates/puppet-node.conf.erb
@@ -0,0 +1,11 @@
+[main]
+logdir=/var/log/puppet
+vardir=/var/lib/puppet
+ssldir=/var/lib/puppet/ssl
+rundir=/var/run/puppet
+factpath=$vardir/lib/facter
+
+[puppetd]
+server = puppet.<%= domain %>
+runinterval = 600
+puppetport = 8139