]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Make consistent the use of absolute path to apt-get.
authorintrigeri <intrigeri@boum.org>
Tue, 14 Dec 2010 20:56:36 +0000 (21:56 +0100)
committerintrigeri <intrigeri@boum.org>
Tue, 14 Dec 2010 20:56:36 +0000 (21:56 +0100)
manifests/init.pp

index 7fa811db42023c426abb0b4d1c86fc7c41f1621e..8a4a0a5fcf3adf7330f52e8873d65e8e1b61a70b 100644 (file)
@@ -170,7 +170,7 @@ class apt {
       mode => 0755, owner => root, group => root,
     }
     exec { "custom_keys":
-      command => "find ${apt_base_dir}/keys.d -type f -exec apt-key add '{}' \\; && apt-get update",
+      command => "find ${apt_base_dir}/keys.d -type f -exec apt-key add '{}' \\; && /usr/bin/apt-get update",
       subscribe => File["${apt_base_dir}/keys.d"],
       refreshonly => true,
     }