Update linux.pp

This commit is contained in:
Abir Majumdar 2018-09-18 01:05:20 -04:00 committed by GitHub
parent ab9b0c25f9
commit ce4a8ef917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ class profile::sample_website::linux (
error_documents => [ error_documents => [
{ 'error_code' => '404', 'document' => '/404.html' }, { 'error_code' => '404', 'document' => '/404.html' },
{ 'error_code' => '403', 'document' => '/403.html' } { 'error_code' => '403', 'document' => '/403.html' }
] ]
} }
firewalld_port { 'Open port for web': firewalld_port { 'Open port for web':