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