Fully qualify command executables.
* modules/openstack_project/manifests/base.pp: The ln executable needs a path, or else Puppet complains and refuses to run it. Change-Id: I71955a332d57633a9db334ec059fff6822f8a4c3 Reviewed-on: https://review.openstack.org/34080 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
fb131242cc
commit
a93c18659d
@ -40,6 +40,7 @@ class openstack_project::base(
|
||||
|
||||
exec { 'symlink hiera modules' :
|
||||
command => 'ln -s /usr/local/share/gems/gems/hiera-puppet-* /etc/puppet/modules/',
|
||||
path => '/bin:/usr/bin',
|
||||
subscribe => Package['hiera'],
|
||||
refreshonly => true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user