diff options
Diffstat (limited to 'site-modules/role/manifests/webserver.pp')
-rw-r--r-- | site-modules/role/manifests/webserver.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site-modules/role/manifests/webserver.pp b/site-modules/role/manifests/webserver.pp index 314fa55..ce943a0 100644 --- a/site-modules/role/manifests/webserver.pp +++ b/site-modules/role/manifests/webserver.pp @@ -1,7 +1,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 { - #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 } |