git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/role/manifests/webserver.pp
blob: ce943a0710514e3bf6699730f11288a7a11a3f50 (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 webserver work
# All roles should include the base profile
class role::webserver {

  include profile::base

}