ghoneycutt / puppet-module-facter

Puppet module to manage Facter
Other
2 stars 23 forks source link

Remove restriction on package_ensure and conditionally require puppetlabs-products repo #15

Closed treydock closed 10 years ago

treydock commented 10 years ago

This is likely not best way to handle the dependency on the puppetlabs repo, but the removal of restriction on values for package_ensure would be very useful to ensure specific versions are installed across servers.

ghoneycutt commented 10 years ago

@treydock thanks for your contribution. I cannot accept the code to include puppetlabs's yum repo as it is not general enough of a use case and adds extra dependencies for yum that many environments do not need. As a rule, I don't put repo management in with specific modules, only with modules meant to manage repos.