-
-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt and yum resources are not listed as dependencies #393
Comments
apt and probably yum falls under the category of a soft dependency https://puppet.com/docs/puppet/6.0/style_guide.html#dependencies and I am strongly against adding them as a hard dependency as it causes all kinds of usability and maintenance issues longer term. The README does mention puppetlabs-apt, but perhaps now with the removal of things from core, more needs to be listed there as part of a Pull Request. |
@juniorsysadmin I agree that these modules should not be defined as hard dependency, but maybe we should add the following code to our modules, because not everyone reads the docs carefully:
|
On second thought, I would love to see this at
|
Issue #395 created to add docs |
Puppet 6 removed the apt resource from the core so it needs to be downloaded separately and listed as a dependency. Without these dependencies this modules does not work.
Would likely have to also add yum_repo as a dependency too.
Once the apt resource is added install can continue.
Affected Puppet, Ruby, OS and module versions/distributions
The text was updated successfully, but these errors were encountered: