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 9a3863e commit d9c1e08Copy full SHA for d9c1e08
manifests/params.pp
@@ -33,7 +33,7 @@
33
$digest_algorithm = 'md5'
34
35
# Only used when environments == directory
36
- $environmentpath = "${confdir}/environments"
+ $environmentpath = '$confdir/environments'
37
38
case $::osfamily {
39
'RedHat': {
spec/classes/puppet_master_spec.rb
@@ -345,7 +345,7 @@
345
:section => 'master',
346
:setting => 'environmentpath',
347
:path => '/etc/puppet/puppet.conf',
348
- :value => '/etc/puppet/environments'
+ :value => '$confdir/environments'
349
)
350
should contain_ini_setting('puppetmastermodulepath').with(
351
:ensure => 'absent',
0 commit comments