diff options
author | nadir <nadir-technik@nadir.org> | 2011-01-09 22:57:18 +0100 |
---|---|---|
committer | nadir <nadir-technik@nadir.org> | 2011-01-09 22:57:18 +0100 |
commit | 3c0499b78d1f671fcce13127ef14b1b662a48c5a (patch) | |
tree | 05ddb3e8bc9ca49dafbc8e496f28f62cba2a67c4 /manifests/init.pp | |
parent | 575e4ab9ccfc9933a35f79deba8651b7eec8a0cb (diff) |
apt::custom_sources_template to deploy custom sources.list.d/xyz.list
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b5be91f..57f02e9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,6 +5,8 @@ class apt { + import "custom_sources.pp" + $use_volatile = $apt_volatile_enabled ? { '' => false, default => $apt_volatile_enabled, |