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

Pin postgres and concat #232

Merged
merged 1 commit into from
Jun 26, 2017
Merged

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Jun 26, 2017

Should be unpinned once puppetlabs/puppetdb dependency on postgres
is updated.

Puppetfile Outdated
@@ -2,7 +2,8 @@ forge 'https://forgeapi.puppetlabs.com'

# Dependencies
mod 'puppetlabs/mysql', '>= 3.8.0'
mod 'puppetlabs/postgresql', '>= 4.8.0'
mod 'puppetlabs/postgresql', '< 5.0.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

mod 'puppetlabs/postgresql', '>= 4.8.0', '< 5.0.0' would be more correct

Should be unpinned once puppetlabs/puppetdb dependency on postgres
is updated.
@ehelms
Copy link
Member Author

ehelms commented Jun 26, 2017

@mmoll Good call -- updated

@mmoll mmoll merged commit 574b26f into theforeman:develop Jun 26, 2017
@mmoll
Copy link
Contributor

mmoll commented Jun 26, 2017

merged, thanks @ehelms!

@ekohl
Copy link
Member

ekohl commented Jun 28, 2017

When puppetlabs/puppetlabs-puppetdb#260 is merged and released I think we can remove the pinning again.

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