diff options
Diffstat (limited to 'manifests/preferences/absent.pp')
-rw-r--r-- | manifests/preferences/absent.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/preferences/absent.pp b/manifests/preferences/absent.pp index d8b2e10..0e96119 100644 --- a/manifests/preferences/absent.pp +++ b/manifests/preferences/absent.pp @@ -1,5 +1,6 @@ class apt::preferences::absent { - file {'/etc/apt/preferences': + + file { '/etc/apt/preferences': ensure => absent, } } |