summaryrefslogtreecommitdiff
path: root/manifests/preferences/absent.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-02-24 16:30:49 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-02-24 16:30:49 -0500
commit3f0a363088c64c905a3fe7f6369d28b770cdf481 (patch)
treee7345dfba6fcd3b79001e13bc08395424cf88c74 /manifests/preferences/absent.pp
parentf447904e47c14f287283d8a3de9fb17033ccafdb (diff)
fix custom_preferences && refactor how they work
Diffstat (limited to 'manifests/preferences/absent.pp')
-rw-r--r--manifests/preferences/absent.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/preferences/absent.pp b/manifests/preferences/absent.pp
deleted file mode 100644
index f32e030..0000000
--- a/manifests/preferences/absent.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-class apt::preferences::absent {
-
- file { '/etc/apt/preferences':
- ensure => absent,
- alias => 'apt_config',
- }
-}