File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 60
60
# Pass in an empty content string since apt requires it even though we are removing it
61
61
apt::setting { 'list-puppet-enterprise-installer' :
62
62
ensure => absent ,
63
- content => ' ' ,
64
63
}
65
64
66
65
apt::setting { 'conf-pe-repo' :
67
66
ensure => absent ,
68
67
priority => ' 90' ,
69
- content => ' ' ,
70
68
}
71
69
} else {
72
70
$source = $puppet_agent::apt_source
Original file line number Diff line number Diff line change 58
58
is_expected . to contain_apt__setting ( 'conf-pe-repo' )
59
59
. with ( {
60
60
'priority' => 90 ,
61
- 'content' => '' ,
62
61
'ensure' => 'absent' ,
63
62
} )
64
63
}
65
64
66
65
it {
67
66
is_expected . to contain_apt__setting ( 'list-puppet-enterprise-installer' )
68
67
. with ( {
69
- 'content' => '' ,
70
- 'ensure' => 'absent' ,
68
+ 'ensure' => 'absent' ,
71
69
} )
72
70
}
73
71
end
You can’t perform that action at this time.
0 commit comments