control-repo/site/role/manifests/webserver.pp

10 lines
197 B
ObjectPascal
Raw Normal View History

2015-12-10 21:50:22 +00:00
# This role would be made of all the profiles that need to be included to make
# a webserver work
class role::webserver {
2015-12-10 21:50:22 +00:00
# All roles should include the base profile
include profile::base
}