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

10 lines
210 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 database server work.
class role::database_server {
2015-12-10 21:50:22 +00:00
# All roles should include the base profile
2015-10-30 20:50:10 +00:00
include profile::base
}