Updated Branches: refs/heads/master 945f333ba -> 06a7b5744
further fixes for puppet apt-get issue Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b5e91f43 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b5e91f43 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b5e91f43 Branch: refs/heads/master Commit: b5e91f432443d48e7fa7be3ed819d5934c255c82 Parents: 68ab111 Author: Isuru <[email protected]> Authored: Sun Dec 29 08:56:17 2013 +0530 Committer: Isuru <[email protected]> Committed: Sun Dec 29 08:56:17 2013 +0530 ---------------------------------------------------------------------- tools/puppet/manifests/classes/php_cartridge.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b5e91f43/tools/puppet/manifests/classes/php_cartridge.pp ---------------------------------------------------------------------- diff --git a/tools/puppet/manifests/classes/php_cartridge.pp b/tools/puppet/manifests/classes/php_cartridge.pp index f9bfee9..33d708d 100755 --- a/tools/puppet/manifests/classes/php_cartridge.pp +++ b/tools/puppet/manifests/classes/php_cartridge.pp @@ -32,7 +32,7 @@ class php_cartridge (syslog,docroot,samlalias,serverport,mb_ip,mb_port,cep_ip,ce #fix for the apt get failure: multiple paths to 'path'. on a failure, logs are enabled to get an idea of what is wrong. exec { "update-apt": - path => ['/bin', '/usr/bin', '/sbin', '/usr/sbin/'], + path => ['/bin/', '/sbin/', '/usr/bin/', '/usr/sbin/', '/usr/local/bin/', '/usr/local/sbin/'], command => "apt-get update > /dev/null 2>&1 ", require => File["/etc/apt/apt.conf.d/90forceyes"], logoutput => on_failure,
