puppet: Add /usr/local/bin to PATH

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 12:11:41 +01:00
parent f8c4685456
commit 37ad4f7623
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
node 'localhost' {
include icinga2_dev
include icingaweb2_dev
include motd
include icinga2_dev
include icingaweb2_dev
include motd
file { '/etc/profile.d/env.sh':
source => 'puppet:////vagrant/.puppet/files/etc/profile.d/env.sh'
}
}