aboutsummaryrefslogtreecommitdiff
path: root/manifests/preferences/absent.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-18 10:51:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-18 10:51:59 -0200
commitc2219fa645251599b797b2574e6a68212d676f66 (patch)
treeb2b5cb63bee1abc3f2ae31b81cd417b292355b6c /manifests/preferences/absent.pp
parent8bfd579a82b6f824b0184bb2e33a384254426eec (diff)
parent14670466be5eceba043e697d5f6f0f0ada9d5b07 (diff)
downloadpuppet-apt-c2219fa645251599b797b2574e6a68212d676f66.tar.gz
puppet-apt-c2219fa645251599b797b2574e6a68212d676f66.tar.bz2
Merge branch 'master' of git://labs.riseup.net/shared-apt
Conflicts: templates/Ubuntu/sources.list.erb
Diffstat (limited to 'manifests/preferences/absent.pp')
-rw-r--r--manifests/preferences/absent.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/preferences/absent.pp b/manifests/preferences/absent.pp
index 0e96119..f32e030 100644
--- a/manifests/preferences/absent.pp
+++ b/manifests/preferences/absent.pp
@@ -2,5 +2,6 @@ class apt::preferences::absent {
file { '/etc/apt/preferences':
ensure => absent,
+ alias => 'apt_config',
}
}