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

Sysctl class separated from the resource #17

Closed
wants to merge 2 commits into from

Conversation

pavelsmolka
Copy link

Sysctl class is now used only for loading values from Hiera.
Indiviaual sysctl variables (values) are set via sysctl::variable
defined type.

This should also fix the problem with create_resources(sysctl),
described in issue #16

Pavel Smolka and others added 2 commits November 11, 2014 13:50
Sysctl class is now used only for loading values from Hiera.
Indiviaual sysctl variables (values) are set via sysctl::variable
defined type.

This should also fix the problem with create_resources(sysctl),
described in thias#16
Conflicts:
	manifests/init.pp
	metadata.json
@thias
Copy link
Owner

thias commented Feb 2, 2016

Closing since similar functionality for hiera configuration was added a while back inside the sysctl::base class. The main idea was to not completely change the main sysctl definition into a class as that would have cause breakage for everyone.

@thias thias closed this Feb 2, 2016
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