Update windows_baseline.pp
This commit is contained in:
parent
2fb2018d64
commit
97da4055a4
@ -17,9 +17,9 @@ class profile::windows_baseline {
|
||||
ensure => present,
|
||||
direction => 'in',
|
||||
action => 'allow',
|
||||
enabled => 'yes',
|
||||
enabled => true,
|
||||
protocol => 'TCP',
|
||||
local_port => '8080',
|
||||
local_port => 8080,
|
||||
display_name => 'TSE PUPPET DEMO',
|
||||
description => 'Inbound rule example for demo purposes',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user