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

Added elasticsearch5 repo #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pmilano1
Copy link

No description provided.

@@ -0,0 +1,31 @@
# Class: yumrepos::elasticsearch5
#
# Installs the Elasticsearch 1.6 yum repository.
Copy link
Member

Choose a reason for hiding this comment

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

Update the version in this comment.

$elasticsearch5_exclude = $yumrepos::params::elasticsearch5_exclude,
) inherits yumrepos::params {

file { '/etc/pki/rpm-gpg/GPG-KEY-elasticsearch':
Copy link
Member

Choose a reason for hiding this comment

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

Since this file is also used for the older elasticsearch class, it needs to have a !defined check both here and in elasticsearch16.pp. See https://github.com/tag1consulting/puppet-yumrepos/blob/master/manifests/drush8.pp#L13 for example.

@jeffsheltren
Copy link
Member

Thanks for the PR! If you can address the comments I added we can get this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants