From 3ef5c91da4523c0f3330acde19d1c2b3d9de442c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 2 Oct 2013 19:35:24 -0700 Subject: [PATCH] Add /usr/local/bin to recheck graph cron path Change-Id: Ia144dc48b0b5972db6bac053934c504ea067b015 --- modules/openstack_project/manifests/static.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp index 7243403829..95f6cc784a 100644 --- a/modules/openstack_project/manifests/static.pp +++ b/modules/openstack_project/manifests/static.pp @@ -351,7 +351,7 @@ class openstack_project::static ( minute => '*/15', hour => '*', command => 'elastic-recheck-graph /opt/elastic-recheck/queries.yaml -o /srv/static/status/elastic-recheck/graph-new.json && mv /srv/static/status/elastic-recheck/graph-new.json /srv/static/status/elastic-recheck/graph.json', - environment => 'PATH=/usr/bin:/bin:/usr/sbin:/sbin', + environment => 'PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin', require => [Vcsrepo['/opt/elastic-recheck'], User['recheck']], }