blob: 59cbc0f7dbb4042ee1a35dae46d68c38c0a6af5a (
plain)
1
2
3
4
5
6
7
|
# 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
class role::database_server {
include profile::base
}
|