diff options
Diffstat (limited to 'manifests/preferences')
-rw-r--r-- | manifests/preferences/absent.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/preferences/absent.pp b/manifests/preferences/absent.pp index 68ab400..f32e030 100644 --- a/manifests/preferences/absent.pp +++ b/manifests/preferences/absent.pp @@ -1,7 +1,7 @@ class apt::preferences::absent { file { '/etc/apt/preferences': - alias => 'apt_config', ensure => absent, + alias => 'apt_config', } } |