]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
update modules path to the new 0.25 required layout
authorMicah Anderson <micah@riseup.net>
Mon, 23 Nov 2009 19:17:02 +0000 (14:17 -0500)
committerMicah Anderson <micah@riseup.net>
Mon, 23 Nov 2009 19:17:02 +0000 (14:17 -0500)
manifests/init.pp

index f8d7e4aa7b6a899d9160d1f94715dd6b4002631e..96ab2db13766fd2ab5864b4606b261e289293f04 100644 (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":