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
}
|