update erb
This commit is contained in:
@@ -52,4 +52,19 @@
|
||||
<% if @pt_use_puppetdb == true %>
|
||||
storeconfigs = true
|
||||
storeconfigs_backend = <%= @pt_storeconfigs_backend %>
|
||||
<% end end -%>
|
||||
<% end end -%>
|
||||
<% if @fqdn != @pt_pm_fqdn -%>
|
||||
[agent]
|
||||
server = <%= @pt_pm_fqdn %>
|
||||
classfile = $statedir/classes.txt
|
||||
default_schedules = <%= @pt_default_schedules %>
|
||||
environment = <%= @pt_environment %>
|
||||
masterport = <%= @pt_masterport %>
|
||||
noop = <%= @pt_noop %>
|
||||
pluginsync = <%= @pt_pluginsync %>
|
||||
report = <%= @pt_report %>
|
||||
runinterval = <%= @pt_runinterval %>
|
||||
splay = <%= @pt_splay %>
|
||||
splaylimit = <%= @pt_splaylimit %>
|
||||
usecacheonfailure = <%= @pt_usecacheonfailure %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user