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.
1 parent 59df4f3 commit 8e8793cCopy full SHA for 8e8793c
manifests/config.pp
@@ -27,7 +27,7 @@
27
'ssldir': value => $puppet::ssldir;
28
'privatekeydir': value => '$ssldir/private_keys { group = service }';
29
'hostprivkey': value => '$privatekeydir/$certname.pem { mode = 640 }';
30
- 'show_diff': value => $puppet::show_diff;
+ 'show_diff': value => $puppet::show_diff;
31
'codedir': value => $puppet::codedir;
32
}
33
@@ -92,7 +92,7 @@
92
-> case $facts['os']['family'] {
93
'Windows': {
94
concat { "${puppet_dir}/puppet.conf":
95
- mode => $puppet::puppetconf_mode,
+ mode => $puppet::puppetconf_mode,
96
97
98
0 commit comments