-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 2018.1
- Ruby: N/A
- Distribution: N/A
- Module version: 2.0.0
How to reproduce (e.g Puppet code you use)
windows_firewall::exception { "510 allow http in ${label}":
ensure => present,
direction => 'in',
action => 'Allow',
enabled => 'yes',
protocol => "${settings['protocol']}",
local_port => "${settings['port']}",
remote_port => 'any',
description => 'Allow inbound http',
}
What are you seeing
Error at line 184 in the windows_firewall module. Duplicate declaration - Exec[set rule ]
What behaviour did you expect instead
display_name to be set from the resource title, as per the module documentation.
Output log
Any additional information you'd like to impart
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working