control-repo/site-modules/role/manifests/database_server.pp

8 lines
206 B
ObjectPascal
Raw Normal View History

class role::database_server {
#This role would be made of all the profiles that need to be included to make a database server work
#All roles should include the base profile
2015-10-30 20:50:10 +00:00
include profile::base
}