Some code cleaning

This commit is contained in:
Daniel Paulus 2014-05-05 12:06:39 +02:00
parent 15630989da
commit ee0233066e

View file

@ -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",