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/profile/manifests/base.pp | 3 +-- site-modules/profile/manifests/example.pp | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'site-modules/profile/manifests') diff --git a/site-modules/profile/manifests/base.pp b/site-modules/profile/manifests/base.pp index ae85e65..b9e130d 100644 --- a/site-modules/profile/manifests/base.pp +++ b/site-modules/profile/manifests/base.pp @@ -1,5 +1,4 @@ +# The base profile should include component modules that will be on all nodes class profile::base { - #the base profile should include component modules that will be on all nodes - } diff --git a/site-modules/profile/manifests/example.pp b/site-modules/profile/manifests/example.pp index 0b48c3a..6505aa9 100644 --- a/site-modules/profile/manifests/example.pp +++ b/site-modules/profile/manifests/example.pp @@ -1,3 +1,4 @@ +# An example profile class profile::example { } -- cgit v1.2.3