Skip to content

Commit 7255f8d

Browse files
committed
de-lint
1 parent 9ca1b97 commit 7255f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/master.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
puppet_ssldir => $puppet_ssldir,
125125
certname => $certname,
126126
conf_dir => $::puppet::params::confdir,
127-
dns_alt_names => join($dns_alt_names,","),
127+
dns_alt_names => join($dns_alt_names,','),
128128
} ->
129129
Anchor['puppet::master::end']
130130

@@ -272,7 +272,7 @@
272272
ini_setting {'puppetmasterdnsaltnames':
273273
ensure => present,
274274
setting => 'dns_alt_names',
275-
value => join($dns_alt_names, ","),
275+
value => join($dns_alt_names, ','),
276276
}
277277

278278
ini_setting {'puppetmasterdigestalgorithm':

0 commit comments

Comments
 (0)