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

Cannot declare Selboolean zabbix_can_network elsewhere #598

Closed
KrzysztofHajdamowicz opened this issue Apr 2, 2019 · 0 comments · Fixed by #599
Closed

Cannot declare Selboolean zabbix_can_network elsewhere #598

KrzysztofHajdamowicz opened this issue Apr 2, 2019 · 0 comments · Fixed by #599

Comments

@KrzysztofHajdamowicz
Copy link
Contributor

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 5.5.10 AIO
  • Ruby: shipped with AIO
  • Distribution: CentOS 7
  • Module version: 6.7.0

How to reproduce (e.g Puppet code you use)

Use sth like site.pp to globally declare selboolean { 'zabbix_can_network' } and on specified node declare zabbix::server.

What are you seeing

Puppet fails because there is duplicate resource declaration (caused by selboolean)

What behaviour did you expect instead

I'd like to safely duplicate that resource declaration

Any additional information you'd like to impart

I'll provide PR fixing this issue

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 a pull request may close this issue.

1 participant