-
Notifications
You must be signed in to change notification settings - Fork 88
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
Not working in Debian 8 #45
Comments
Well, you're doing at least 1 thing wrong. It should be
But I'm running into a propblem with automatic parameter lookup (defaults to priority in Puppet 4). I think what's happening is that later versions of hiera get confused by the periods or underscores in an automatic lookup (priority) of
I'm thinking of adding a Puppet 4 branch to this repo. |
Hi, Puppet v4.5.3 hiera/40_modules/sysctl.yaml:sysctl::base::hiera_merge_values: true class { 'sysctl::base': } in base.pp The module does'nt generate files in /etc/sysctl.d. regards, |
For anything puppet4, you might want to look at my pull request #46 or the fork that it comes from. It isn't backwards-compatible, but it doesn't have the weirdness of |
Hi,
The module is creating the file but not filling it with mi values. In the server I see a symlink like this one 99-sysctl.conf -> ../sysctl.conf, but the configuration parameters doesn't change.
The text was updated successfully, but these errors were encountered: