From bd6640ef12c79f7bcbe426e724d60a4010d332d3 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Fri, 16 Sep 2022 19:08:02 +0100 Subject: Moved the roles and profile comments to the top --- site-modules/role/manifests/webserver.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site-modules/role/manifests/webserver.pp') 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 } -- cgit v1.2.3