We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f9a1f9 + 7255f8d commit c43b1a6Copy full SHA for c43b1a6
manifests/master.pp
@@ -121,10 +121,10 @@
121
puppet_docroot => $puppet_docroot,
122
apache_serveradmin => $apache_serveradmin,
123
puppet_conf => $::puppet::params::puppet_conf,
124
- puppet_ssldir => $::puppet::params::puppet_ssldir,
+ puppet_ssldir => $puppet_ssldir,
125
certname => $certname,
126
conf_dir => $::puppet::params::confdir,
127
- dns_alt_names => join($dns_alt_names,","),
+ dns_alt_names => join($dns_alt_names,','),
128
} ->
129
Anchor['puppet::master::end']
130
@@ -272,7 +272,7 @@
272
ini_setting {'puppetmasterdnsaltnames':
273
ensure => present,
274
setting => 'dns_alt_names',
275
- value => join($dns_alt_names, ","),
+ value => join($dns_alt_names, ','),
276
}
277
278
ini_setting {'puppetmasterdigestalgorithm':
0 commit comments