git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules/profile
diff options
context:
space:
mode:
authormail_redacted_for_web 2022-09-16 19:08:02 +0100
committermail_redacted_for_web 2022-09-16 19:08:02 +0100
commitbd6640ef12c79f7bcbe426e724d60a4010d332d3 (patch)
treec0395e0dd698522db679cc402036fa8e164d3295 /site-modules/profile
parentcd451fd858e58080b4a201a8b1998df8049ccef4 (diff)
downloadcontrol-repo-template-bd6640ef12c79f7bcbe426e724d60a4010d332d3.tar.bz2
Moved the roles and profile comments to the top
Diffstat (limited to 'site-modules/profile')
-rw-r--r--site-modules/profile/manifests/base.pp3
-rw-r--r--site-modules/profile/manifests/example.pp1
2 files changed, 2 insertions, 2 deletions
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 {
}