Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Added path as Exec resources require either fully qualified paths or …
Browse files Browse the repository at this point in the history
…a path in which to look for the executable
  • Loading branch information
Adam Strawson committed Mar 25, 2013
1 parent 32615e4 commit e68c03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
ensure => installed,
}
exec { 'pip-glances':
path => '/usr/bin:/bin:/usr/sbin:/sbin',
command => 'pip install glances',
creates => '/usr/local/bin/glances',
require => Package['python-pip'],
Expand Down

0 comments on commit e68c03b

Please sign in to comment.