aboutsummaryrefslogtreecommitdiff
path: root/manifests/preferences/absent.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/preferences/absent.pp')
-rw-r--r--manifests/preferences/absent.pp5
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/preferences/absent.pp b/manifests/preferences/absent.pp
index 3131aff..d8b2e10 100644
--- a/manifests/preferences/absent.pp
+++ b/manifests/preferences/absent.pp
@@ -1,8 +1,5 @@
class apt::preferences::absent {
- include common::moduledir
- $apt_preferences_dir = "${common::moduledir::module_dir_path}/apt/preferences"
- concatenated_file{'/etc/apt/preferences':
- dir => $apt_preferences_dir,
+ file {'/etc/apt/preferences':
ensure => absent,
}
}