summaryrefslogtreecommitdiff
path: root/spec/unit/facter/package_provider_spec.rb
AgeCommit message (Collapse)Author
2015-09-25Add package_provider factAdam S
This adds a package_provider fact for situations where we need to be able to know the client's package provider in a simple way. Situations such as: package { 'name': install_options => [] } As those tend to be package provider specific options.