From 8579e89110c3df333ec3bb63154bba2c57a848a9 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 25 Jun 2013 18:12:46 +0200 Subject: include global variable for apt config, include Exec[] defaults --- puppet/manifests/setup.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'puppet/manifests') diff --git a/puppet/manifests/setup.pp b/puppet/manifests/setup.pp index 6adb1948..112782d8 100644 --- a/puppet/manifests/setup.pp +++ b/puppet/manifests/setup.pp @@ -2,6 +2,10 @@ # this is applied before each run of site.pp # $services = '' + +Exec { path => '/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin' } +$custom_key_dir = 'puppet:///modules/site_apt/keys' + include site_config::hosts include site_apt -- cgit v1.2.3