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
class { 'snmp': ensure => 'present' }
class { 'snmp': ensure => 'absent' }
puppet-snmp/manifests/init.pp
Line 379 in 1b7ce0e
Lines 430 to 437 in 1b7ce0e
Forced recursive removal of a directory or not managing it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
class { 'snmp': ensure => 'present' }
class { 'snmp': ensure => 'absent' }
<-- errorWhat are you seeing
puppet-snmp/manifests/init.pp
Line 379 in 1b7ce0e
puppet-snmp/manifests/init.pp
Lines 430 to 437 in 1b7ce0e
Attempts to delete a non-empty directory /var/lib/net-snmp
What behaviour did you expect instead
Forced recursive removal of a directory or not managing it
The text was updated successfully, but these errors were encountered: