From 57de1eb239373956ad08cb97375f518366ceb429 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 23 Oct 2015 12:26:15 -0400 Subject: [PATCH] Logoutput for Exec['grafana_dashboard_update'] Mostly to help remote users see what puppet is doing when the update command runs. Change-Id: I537ec3c3a9c6c366c25d9c5ef87ee643a4a9b6b5 Signed-off-by: Paul Belanger --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 4765c40..58ec1cf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -62,6 +62,7 @@ class grafyaml ( exec { 'grafana_dashboard_update': command => 'grafana-dashboard --config-file /etc/grafyaml/grafyaml.conf update /etc/grafyaml/config', + logoutput => true, path => '/bin:/usr/bin:/usr/local/bin', refreshonly => true, require => [