From b34581d9c74cb02eec11278f0b5d028495c005e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Fri, 24 Feb 2017 17:38:51 -0500 Subject: ensure old monolithic preferences file is no more --- manifests/preferences.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/preferences.pp b/manifests/preferences.pp index 455b9ab..ce28d37 100644 --- a/manifests/preferences.pp +++ b/manifests/preferences.pp @@ -1,5 +1,9 @@ class apt::preferences { + file { '/etc/apt/preferences': + ensure => absent; + } + if ($apt::manage_preferences == true) and ($apt::custom_preferences != undef) { file { -- cgit v1.2.3