Update windows.pp
This commit is contained in:
parent
ec63bc0430
commit
d993c90a0d
@ -27,7 +27,7 @@ class profile::sample_website::windows (
|
|||||||
windows_firewall::exception { 'IIS':
|
windows_firewall::exception { 'IIS':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
direction => 'in',
|
direction => 'in',
|
||||||
action => 'Allow',
|
action => 'allow',
|
||||||
enabled => 'yes',
|
enabled => 'yes',
|
||||||
protocol => 'TCP',
|
protocol => 'TCP',
|
||||||
local_port => $webserver_port,
|
local_port => $webserver_port,
|
||||||
|
Loading…
Reference in New Issue
Block a user