aboutsummaryrefslogtreecommitdiff
path: root/manifests/preferences
diff options
context:
space:
mode:
authornadir <nadir-technik@nadir.org>2010-10-22 19:17:57 +0200
committernadir <nadir-technik@nadir.org>2010-10-22 19:17:57 +0200
commit851d20a7b621345516e8a8cd83d0970a5ea0521c (patch)
tree42847383584e518b3917d55d31b39ccafbee585c /manifests/preferences
parenteae01000c1db8bcfa7de17b2a9a8370289b801bc (diff)
parente2ac1b3d8d1713c81c83a695b776dec1c00d2d47 (diff)
downloadpuppet-apt-851d20a7b621345516e8a8cd83d0970a5ea0521c.tar.gz
puppet-apt-851d20a7b621345516e8a8cd83d0970a5ea0521c.tar.bz2
merged with immerda/master
Diffstat (limited to 'manifests/preferences')
-rw-r--r--manifests/preferences/absent.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/preferences/absent.pp b/manifests/preferences/absent.pp
new file mode 100644
index 0000000..3131aff
--- /dev/null
+++ b/manifests/preferences/absent.pp
@@ -0,0 +1,8 @@
+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,
+ ensure => absent,
+ }
+}