File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
$digest_algorithm = ' md5'
34
34
35
35
# Only used when environments == directory
36
- $environmentpath = " ${ confdir} /environments"
36
+ $environmentpath = ' $ confdir/environments'
37
37
38
38
case $::osfamily {
39
39
' RedHat' : {
Original file line number Diff line number Diff line change 202
202
:gid => nil
203
203
)
204
204
should contain_package ( params [ :puppet_master_package ] ) . with (
205
- :ensure => params [ :version ] ,
205
+ :ensure => params [ :version ]
206
206
)
207
207
should_not contain_package ( 'puppetmaster-common' ) . with (
208
208
:ensure => params [ :version ]
345
345
:section => 'master' ,
346
346
:setting => 'environmentpath' ,
347
347
:path => '/etc/puppet/puppet.conf' ,
348
- :value => '/etc/puppet /environments'
348
+ :value => '$confdir /environments'
349
349
)
350
350
should contain_ini_setting ( 'puppetmastermodulepath' ) . with (
351
351
:ensure => 'absent' ,
You can’t perform that action at this time.
0 commit comments