]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
change pending module file resources to new 0.25 style
authormh <mh@immerda.ch>
Mon, 2 Nov 2009 00:12:12 +0000 (01:12 +0100)
committermh <mh@immerda.ch>
Mon, 2 Nov 2009 00:12:12 +0000 (01:12 +0100)
manifests/init.pp

index 1d0bc3859188993c8025565c21e10efb4c72be76..4746a3d64000ab35fa6532f5f2f3fc166564da5a 100644 (file)
@@ -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":