git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/role/manifests/webserver.pp
blob: 314fa55f3e6e6a3a3755d7b9ff65fa4b69d92d75 (plain)
1
2
3
4
5
6
7
class role::webserver {

  #This role would be made of all the profiles that need to be included to make a webserver work
  #All roles should include the base profile
  include profile::base

}