remove yumrepo, since puppet is already installed in any case
This commit is contained in:
@@ -4,22 +4,22 @@
|
||||
|
||||
<% if @fqdn == @pt_pm_fqdn -%>
|
||||
[main]
|
||||
basemodulepath = <%= @pt_basemodulepath %>
|
||||
certname = <%= @fqdn %>
|
||||
codedir = <%= @pt_code_dir %>
|
||||
environmentpath = <%= @pt_environmentspath %>
|
||||
hiera_config = <%= @pt_hiera_config %>
|
||||
hostprivkey = $privatekeydir/$certname.pem { mode = 640 }
|
||||
logdir = <%= @pt_logdir %>
|
||||
pluginfactsource = puppet:///<%= @pt_pluginfactsource %>
|
||||
pluginsource = puppet:///<%= @pt_pluginsource %>
|
||||
privatekeydir = <%= @pt_privatekeydir %> { group = service }
|
||||
reports = <%= @pt_reports %>
|
||||
rundir = <%= @pt_rundir %>
|
||||
server = <%= @pt_pm_fqdn %>
|
||||
show_diff = <%= @pt_show_diff %>
|
||||
ssldir = <%= @pt_ssldir %>
|
||||
vardir = <%= @pt_vardir %>
|
||||
basemodulepath = <%= @pt_basemodulepath %>
|
||||
certname = <%= @fqdn %>
|
||||
codedir = <%= @pt_code_dir %>
|
||||
environmentpath = <%= @pt_environmentspath %>
|
||||
hiera_config = <%= @pt_hiera_config %>
|
||||
hostprivkey = $privatekeydir/$certname.pem { mode = 640 }
|
||||
logdir = <%= @pt_logdir %>
|
||||
pluginfactsource = puppet:///<%= @pt_pluginfactsource %>
|
||||
pluginsource = puppet:///<%= @pt_pluginsource %>
|
||||
privatekeydir = <%= @pt_privatekeydir %> { group = service }
|
||||
reports = <%= @pt_reports %>
|
||||
rundir = <%= @pt_rundir %>
|
||||
server = <%= @pt_pm_fqdn %>
|
||||
show_diff = <%= @pt_show_diff %>
|
||||
ssldir = <%= @pt_ssldir %>
|
||||
vardir = <%= @pt_vardir %>
|
||||
|
||||
[agent]
|
||||
classfile = $statedir/classes.txt
|
||||
|
||||
Reference in New Issue
Block a user