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

fixes #17863 - use puppet user not uid #121

Merged
merged 1 commit into from
Jan 9, 2017
Merged

Conversation

stbenjam
Copy link
Member

@stbenjam stbenjam commented Jan 9, 2017

The UID is not using the assigned one:
https://tickets.puppetlabs.com/browse/SERVER-1381, so we can't do the 52
trick. We need to require the puppet server install class to ensure the
package is installed first.

mode => '0400',
require => Class['puppet::server::install'],
Copy link
Member

Choose a reason for hiding this comment

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

Alignment is off so puppet-lint fails.

The UID is not using the assigned one:
https://tickets.puppetlabs.com/browse/SERVER-1381, so we can't do the 52
trick.  We need to require the puppet server install class to ensure the
package is installed first.
@stbenjam stbenjam merged commit 1c8129b into theforeman:master Jan 9, 2017
@stbenjam stbenjam deleted the 17863 branch January 9, 2017 20:08
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