update modules path to the new 0.25 required layout

This commit is contained in:
Micah Anderson 2009-11-23 14:17:02 -05:00
parent 28c7b3d5f4
commit 802e591a25

View file

@ -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":