Update windows.pp
This commit is contained in:
parent
97da4055a4
commit
f218f21ac3
@ -28,7 +28,7 @@ class profile::sample_website::windows (
|
|||||||
ensure => present,
|
ensure => present,
|
||||||
direction => 'in',
|
direction => 'in',
|
||||||
action => 'allow',
|
action => 'allow',
|
||||||
enabled => 'yes',
|
enabled => true,
|
||||||
protocol => 'TCP',
|
protocol => 'TCP',
|
||||||
local_port => $webserver_port,
|
local_port => $webserver_port,
|
||||||
display_name => 'HTTP Inbound',
|
display_name => 'HTTP Inbound',
|
||||||
|
Loading…
Reference in New Issue
Block a user