Update windows.pp

This commit is contained in:
Abir Majumdar 2018-09-14 12:09:30 -07:00 committed by GitHub
parent ec63bc0430
commit d993c90a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class profile::sample_website::windows (
windows_firewall::exception { 'IIS':
ensure => present,
direction => 'in',
action => 'Allow',
action => 'allow',
enabled => 'yes',
protocol => 'TCP',
local_port => $webserver_port,