control-repo/site/role/manifests/webserver.pp
2015-12-10 13:50:22 -08:00

10 lines
197 B
Puppet

# This role would be made of all the profiles that need to be included to make
# a webserver work
class role::webserver {
# All roles should include the base profile
include profile::base
}