diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-27 12:00:03 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-27 12:00:03 -0400 |
commit | 63914c68537a7e05a214c6d943389c80074a0915 (patch) | |
tree | 3970880938ef7f1e628efc023e0350838db3376d /puppet/manifests/site.pp | |
parent | 89ad90073b5289da62eed74c8794e2911672081f (diff) | |
parent | 4b5b54d031344aa7a7b86254c820e391a4d4d762 (diff) |
Merge branch 'bug/2984' into develop
Diffstat (limited to 'puppet/manifests/site.pp')
-rw-r--r-- | puppet/manifests/site.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index f0319bc2..08cbbb9e 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -1,8 +1,6 @@ # 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' - # parse services for host $services=join(hiera_array('services'), ' ') notice("Services for ${fqdn}: ${services}") |