8 lines
206 B
ObjectPascal
8 lines
206 B
ObjectPascal
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
|
|
|
|
}
|