Some code cleaning
This commit is contained in:
parent
15630989da
commit
ee0233066e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class apt(
|
|||
notify => Exec['apt_update'],
|
||||
}
|
||||
|
||||
if $purge_preferences == true {
|
||||
if $purge_preferences {
|
||||
file { 'apt-preferences':
|
||||
ensure => absent,
|
||||
path => "${root}/preferences",
|
||||
|
|
Loading…
Reference in a new issue