Some code cleaning
authorDaniel Paulus <daniel@inuits.eu>
Mon, 5 May 2014 10:06:39 +0000 (12:06 +0200)
committerDaniel Paulus <daniel@inuits.eu>
Mon, 5 May 2014 10:06:39 +0000 (12:06 +0200)
manifests/init.pp

index c778b6fd4b17c0fe66344277edf0a4169c00adbc..48b62d178a30056b83d4edbde6598397bfad4497 100644 (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",