Merge pull request #1513 from AbletonDevTools/devel

Fix #1512 add missing property in win_firewall_rule
This commit is contained in:
Brian Coca 2016-01-26 00:01:32 -05:00
commit cecff17de3

View file

@ -98,6 +98,7 @@ function getFirewallRule ($fwsettings) {
$msg += @("No rule could be found");
};
$result = @{
failed = $false
exists = $exists
identical = $correct
multiple = $multi
@ -137,6 +138,7 @@ function createFireWallRule ($fwsettings) {
$msg+=@("Created firewall rule $name");
$result=@{
failed = $false
output=$output
changed=$true
msg=$msg