Update windows_baseline.pp

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

View File

@ -17,9 +17,9 @@ class profile::windows_baseline {
ensure => present, ensure => present,
direction => 'in', direction => 'in',
action => 'allow', action => 'allow',
enabled => 'yes', enabled => true,
protocol => 'TCP', protocol => 'TCP',
local_port => '8080', local_port => 8080,
display_name => 'TSE PUPPET DEMO', display_name => 'TSE PUPPET DEMO',
description => 'Inbound rule example for demo purposes', description => 'Inbound rule example for demo purposes',
} }