diff options
author | mail_redacted_for_web | 2022-09-22 11:14:48 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2022-09-22 11:14:48 -0700 |
commit | 565607dc6b2cbab99e0c9a66ea361757678b5fb7 (patch) | |
tree | c0395e0dd698522db679cc402036fa8e164d3295 /site-modules/role/manifests/database_server.pp | |
parent | cd451fd858e58080b4a201a8b1998df8049ccef4 (diff) | |
parent | bd6640ef12c79f7bcbe426e724d60a4010d332d3 (diff) | |
download | control-repo-template-565607dc6b2cbab99e0c9a66ea361757678b5fb7.tar.bz2 |
Merge pull request #112 from 16c7x/class_documentationproduction
Moved the roles and profile comments to the top
Diffstat (limited to 'site-modules/role/manifests/database_server.pp')
-rw-r--r-- | site-modules/role/manifests/database_server.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |