summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/puppet-node.conf.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/puppet-node.conf.erb b/templates/puppet-node.conf.erb
index bddda72..96890c4 100644
--- a/templates/puppet-node.conf.erb
+++ b/templates/puppet-node.conf.erb
@@ -8,5 +8,6 @@ pluginsync=true
[puppetd]
server = puppet.<%= domain %>
-runinterval = 1800
+runinterval = <%= puppetd_runinterval %>
puppetport = 8139
+masterport = <%= puppetmaster_port %>