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

Set file for unmanaged ipsets is emptied on each puppet run #39

Closed
mikesmitty opened this issue Jan 12, 2021 · 0 comments
Closed

Set file for unmanaged ipsets is emptied on each puppet run #39

mikesmitty opened this issue Jan 12, 2021 · 0 comments

Comments

@mikesmitty
Copy link
Contributor

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 6.19
  • Ruby: 2.5.8
  • Distribution: CentOS 7
  • Module version: All tagged releases

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

  ipset::unmanaged { 'example_ipset':
    ensure => present,
    type   => 'hash:net',
  }

What are you seeing

On each run the unmanaged ipset's set file is emptied, though the ipset in memory is retained.

What behaviour did you expect instead

The set file contents should be retained for unmanaged sets, in addition to the ipset in memory.

Output log

Any additional information you'd like to impart

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

1 participant