summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apt/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_apt/manifests/init.pp')
-rw-r--r--puppet/modules/site_apt/manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/site_apt/manifests/init.pp b/puppet/modules/site_apt/manifests/init.pp
index c32c29c4..75f545d4 100644
--- a/puppet/modules/site_apt/manifests/init.pp
+++ b/puppet/modules/site_apt/manifests/init.pp
@@ -1,3 +1,4 @@
+# setup basic debian package manager configuration
class site_apt {
$sources = hiera('sources')
@@ -31,6 +32,8 @@ class site_apt {
priority => 999
}
+ include site_apt::preferences::augeas
+
# All packages should be installed _after_ refresh_apt is called,
# which does an apt-get update.
# There is one exception: