Update linux_webserver.pp

This commit is contained in:
Abir Majumdar 2019-03-07 17:25:07 -05:00 committed by GitHub
parent 2090fd0851
commit 3bc2f86d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
# @summary This role installs an apache webserver and sample content on port 80.
class role::linux_webserver {
include profile::linux_baseline
include profile::vro_provisioned
include profile::apache
include profile::sample_website
}