diff options
author | Micah Anderson <micah@riseup.net> | 2009-11-23 14:17:02 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-11-23 14:17:02 -0500 |
commit | 802e591a25f8627c28d691b3408eb504c74feb97 (patch) | |
tree | 9b0f765403a9fa1792b45cd1ecca776aaeae80b5 /manifests/init.pp | |
parent | 28c7b3d5f4136c6e5f7feaf941af5fc1e02d49bb (diff) | |
download | puppet-apt-802e591a25f8627c28d691b3408eb504c74feb97.tar.gz puppet-apt-802e591a25f8627c28d691b3408eb504c74feb97.tar.bz2 |
update modules path to the new 0.25 required layout
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f8d7e4a..96ab2db 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -101,7 +101,7 @@ class apt { # http://backports.org/debian/archive.key # and is needed to bootstrap the backports trustpath file { "${apt_base_dir}/backports.org.key": - source => "puppet://$servername/apt/backports.org.key", + source => "puppet://$server/modules/apt/backports.org.key", mode => 0444, owner => root, group => root, } exec { "/usr/bin/apt-key add ${apt_base_dir}/backports.org.key && apt-get update": @@ -120,7 +120,7 @@ class apt { # http://backports.org/debian/archive.key # and is needed to bootstrap the backports trustpath file { "${apt_base_dir}/backports.org.key": - source => "puppet://$servername/apt/backports.org.key", + source => "puppet://$server/modules/apt/backports.org.key", mode => 0444, owner => root, group => root, } exec { "/usr/bin/apt-key add ${apt_base_dir}/backports.org.key && apt-get update": |