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/database_server.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site-modules/role/manifests/database_server.pp') diff --git a/site-modules/role/manifests/database_server.pp b/site-modules/role/manifests/database_server.pp index aacc912..59cbc0f 100644 --- a/site-modules/role/manifests/database_server.pp +++ b/site-modules/role/manifests/database_server.pp @@ -1,7 +1,7 @@ +# This role would be made of all the profiles that need to be included to make a database server work +# All roles should include the base profile class role::database_server { - #This role would be made of all the profiles that need to be included to make a database server work - #All roles should include the base profile include profile::base } -- cgit v1.2.3