We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[root@localhost tmp]# sysctl -a | grep "net.ipv4.conf.br1/403.rp_filter" net.ipv4.conf.br1/403.rp_filter = 1 [root@localhost tmp]# cat /tmp/t.pp sysctl { 'net.ipv4.conf.br1/403.rp_filter': ensure => present, value => "2", } [root@localhost tmp]# /opt/puppetlabs/bin/puppet apply /tmp/t.pp Error: Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type: 'sysctl' (file: /tmp/t.pp, line: 2, column: 1) on node localhost
Error in /
sysctl { 'net.ipv4.conf.br1/403.rp_filter': ensure => present, value => "2", }
Performed manually OK
[root@localhost tmp]# sysctl -w net.ipv4.conf.br1/403.rp_filter=2 net.ipv4.conf.br1/403.rp_filter = 2 [root@localhost tmp]# sysctl -a | grep "net.ipv4.conf.br1/403.rp_filter" net.ipv4.conf.br1/403.rp_filter = 2
The text was updated successfully, but these errors were encountered:
This is being addressed (I hope) in #17
Sorry, something went wrong.
No branches or pull requests
Error in /
Performed manually OK
The text was updated successfully, but these errors were encountered: