Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Can be used in `spec/spec_helper_acceptance.rb` as: ```ruby if bolt_supported(host) host.install_package('puppet-bolt') end ``` bolt_supported returns `true` or `false` depending on if a bolt package is available for a particular platform.
- Loading branch information