Update windows.pp

This commit is contained in:
Abir Majumdar 2018-09-14 15:22:22 -07:00 committed by GitHub
parent 97da4055a4
commit f218f21ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',