blob: 8c37438248f31676ebf64729cdafbed2a7cfb9f2 (
plain)
1
2
3
4
5
6
7
|
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
include profile::base
}
|