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

net.ipv4.conf.br1/403.rp_filter error #66

Open
selboo opened this issue Dec 23, 2021 · 1 comment
Open

net.ipv4.conf.br1/403.rp_filter error #66

selboo opened this issue Dec 23, 2021 · 1 comment

Comments

@selboo
Copy link

selboo commented Dec 23, 2021

[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
@johnwarburton
Copy link

This is being addressed (I hope) in #17

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

No branches or pull requests

2 participants