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