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