git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/role/manifests/database_server.pp
blob: aacc912b2dfee55efff0feadb01e54ac45e1d813 (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

}