Skip to content

Commit 9ca1b97

Browse files
committed
use the locally scoped puppet_ssldir variable
1 parent 3f9a1f9 commit 9ca1b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/master.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
puppet_docroot => $puppet_docroot,
122122
apache_serveradmin => $apache_serveradmin,
123123
puppet_conf => $::puppet::params::puppet_conf,
124-
puppet_ssldir => $::puppet::params::puppet_ssldir,
124+
puppet_ssldir => $puppet_ssldir,
125125
certname => $certname,
126126
conf_dir => $::puppet::params::confdir,
127127
dns_alt_names => join($dns_alt_names,","),

0 commit comments

Comments
 (0)