From ee0233066e7dd11e22ce85bbf5afd4257e9adff6 Mon Sep 17 00:00:00 2001 From: Daniel Paulus Date: Mon, 5 May 2014 12:06:39 +0200 Subject: [PATCH] Some code cleaning --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index c778b6f..48b62d1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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", -- 2.45.2