17 lines
870 B
Plaintext
17 lines
870 B
Plaintext
###############################################################################
|
|
########## puppet.conf generated by puppet ###########
|
|
###############################################################################
|
|
|
|
[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 %> |