From 64d2c07735c6be3fbe86322864956f549a19da20 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 2 Nov 2009 01:12:12 +0100 Subject: change pending module file resources to new 0.25 style --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/init.pp') 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": -- cgit v1.2.3