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.
|
|
|
|
|
2015-05-27 22:02:50 +00:00
|
|
|
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
|
2015-05-27 22:02:50 +00:00
|
|
|
|
|
|
|
}
|