Hi all! Is there any significant difference betwe...
# bolt
v
Hi all! Is there any significant difference between running
puppet apply environments/production/manifests/site.pp
(from root throw ssh) and
bolt apply manifests/site.pp --targets all -u root
if the modules and
site.pp
are the same? System - Darwin (macOS). I have some weird and hardly debuggable behaviour in puppet-homebrew. Looks like some
execute
calls in
.rb
provider is working differently if running throw bolt, than direct apply.