aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 01:12:12 +0100
committermh <mh@immerda.ch>2009-11-02 01:12:12 +0100
commit64d2c07735c6be3fbe86322864956f549a19da20 (patch)
tree1637aa5d775e055648602635a5f6d35dc1805163 /manifests/init.pp
parentae4c5a63745d2fcfd628b1876387496c5913e26d (diff)
downloadpuppet-apt-64d2c07735c6be3fbe86322864956f549a19da20.tar.gz
puppet-apt-64d2c07735c6be3fbe86322864956f549a19da20.tar.bz2
change pending module file resources to new 0.25 style
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1d0bc38..4746a3d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -77,7 +77,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":
@@ -94,7 +94,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":