Skip to content

Commit

Permalink
fix missing path for an exec
Browse files Browse the repository at this point in the history
  • Loading branch information
juliantaylor committed Sep 13, 2017
1 parent c396142 commit ffc77cb
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 ffc77cb

Please sign in to comment.