You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now a fresh install of RedHat 6 Puppetserver open source puppet master using this module results in Puppet thinking hiera-eyaml-gpg, ruby_gpg and deep_merge are all installed to puppetserver when they are not. Somehow hiera-eyaml managed to get installed though. This is the reason I think:
The exit code for find is always 0, regardless of the regex finding a match. So far the only solution seems to be piping the output to egrep and letting egrep's exit code be used by the Exec resource.
The text was updated successfully, but these errors were encountered:
treydock
added a commit
to treydock/puppet-hiera
that referenced
this issue
Apr 25, 2016
Right now a fresh install of RedHat 6 Puppetserver open source puppet master using this module results in Puppet thinking hiera-eyaml-gpg, ruby_gpg and deep_merge are all installed to puppetserver when they are not. Somehow hiera-eyaml managed to get installed though. This is the reason I think:
The exit code for find is always 0, regardless of the regex finding a match. So far the only solution seems to be piping the output to egrep and letting egrep's exit code be used by the Exec resource.
The text was updated successfully, but these errors were encountered: