Skip to content
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

Drop support for Puppet 3 and 4 #109

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

alexjfisher
Copy link
Member

I've also started the migration to using data-types, puppet-strings and
removing static parameters from params.pp.

@@ -19,7 +28,7 @@
$epel_gpgcheck = $epel::params::epel_gpgcheck,
$epel_repo_gpgcheck = $epel::params::epel_repo_gpgcheck,
$epel_metalink = $epel::params::epel_metalink,
$epel_managed = $epel::params::epel_managed,
Boolean $epel_managed = true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

puppet-strings can make use of defaults if they're here and not coming from params.pp

#
# Actions:
# Import a RPM gpg key
# @api private
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure this is private given the require => File[$path],.

metadata.json Outdated Show resolved Hide resolved
# path => "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6"
# }
#
# @example Sample Usage
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's private, does it still need an @example?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really. I felt a bit bad about just nuking it though.

metadata.json Outdated Show resolved Hide resolved
I've also started the migration to using data-types, puppet-strings and
removing static parameters from params.pp.
@alexjfisher alexjfisher merged commit 95958d6 into voxpupuli:master Feb 20, 2020
@alexjfisher alexjfisher deleted the drop_puppet3and4 branch February 20, 2020 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants