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

Don't call private method preferred_run_mode= in facts #29

Merged
merged 1 commit into from
Dec 20, 2016

Conversation

antaflos
Copy link
Contributor

The method preferred_run_mode= is private and should not be called
externally, especially not in custom facts. Doing so breaks a Puppet
master in interesting ways and is entirely unnecessary.

Providing Puppet settings as facts works fine when simply requiring
'puppet' instead of 'facter'.

The method preferred_run_mode= is private and should not be called
externally, especially not in custom facts. Doing so breaks a Puppet
master in interesting ways and is entirely unnecessary.

Providing Puppet settings as facts works fine when simply requiring
'puppet' instead of 'facter'.
@bobapple
Copy link
Contributor

Merged, thanks 👍

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.

3 participants