Skip to content

Commit

Permalink
fix missing path for a exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Taylor committed Sep 11, 2017
1 parent a8536c1 commit 6ee5472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/service_reload.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

exec { 'prometheus-reload':
command => $prometheus_reload,
path => [ '/usr/bin', '/bin', '/usr/sbin' ],
refreshonly => true,
}
}
Expand Down

0 comments on commit 6ee5472

Please sign in to comment.