diff options
author | varac <varacanero@zeromail.org> | 2013-03-12 23:54:28 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-03-12 23:54:28 +0100 |
commit | 9c1c97b2e2e5b2f361bebe991d7229d271773e24 (patch) | |
tree | c152e9666a9b6722bf3bbf31cd17e2fb26572d9f /puppet/manifests | |
parent | 91877ee952ed89107f800309c23c34e84fc3fd90 (diff) |
enable leap deb package repository and leap apt key on all hosts
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index f55e6925..10ea40c6 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -1,6 +1,8 @@ # set a default exec path Exec { path => '/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin' } +$custom_key_dir = 'puppet:///modules/site_apt/keys' + # make sure apt is updated before any packages are installed include apt::update Package { require => Exec['apt_updated'] } |