control-repo/site/role/manifests/webserver.pp
2015-12-09 17:47:50 -08:00

8 lines
201 B
ObjectPascal

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