From 1ae3fdfeb5308ed3abe8a2ad73820fcb10bab531 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 14 Dec 2010 21:56:36 +0100 Subject: Make consistent the use of absolute path to apt-get. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 7fa811d..8a4a0a5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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, } -- cgit v1.2.3