-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
questionThe issue is a question.The issue is a question.
Description
Hi everyone,
Just recently started using this module, and I was wondering if there's a way to remove multiple firewall rules that belong to one group.
Been using a simple block to try and do this:
dsc_firewall { 'Remove fw rules':
dsc_name => '*',
dsc_group => 'examplegroup',
dsc_ensure => 'Absent',
}
That doesn't error out, but doesn't actually remove the rules. Tried escaping the wildcard with a backslash but same thing. Any thoughts?
Thanks in advance,
Daniel
Metadata
Metadata
Assignees
Labels
questionThe issue is a question.The issue is a question.