git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile
diff options
context:
space:
mode:
authormail_redacted_for_web 2019-01-31 16:58:13 -0800
committermail_redacted_for_web 2019-01-31 16:58:13 -0800
commitead7f3c706657bbfae37ff40c8f919fb57c8a841 (patch)
treede6f52d4f7b0f23fafda9733aca5f5cc50e733bc /site/profile
parent18aa0779aef7c2fd3d88dbcb699ecf4619326ff8 (diff)
downloadcontrol-repo-template-ead7f3c706657bbfae37ff40c8f919fb57c8a841.tar.bz2
Rename site directory to site-modules
Prior to this commit, we placed modules local to a users installation in the `site` directory. This was just a convention and the name `site` doesn't clearly convey what it is for. After this commit, we place modules local to a users installation in the `site-modules` directory. This makes it more clear to users that this is a directory that modules go i. When users start with bolt they won't even know what a control-repo is and renaming site to site-modules gives them a better idea of why they should put their modules with tasks in them. Also see: https://tickets.puppetlabs.com/browse/BOLT-1108
Diffstat (limited to 'site/profile')
-rw-r--r--site/profile/manifests/base.pp5
-rw-r--r--site/profile/manifests/example.pp3
2 files changed, 0 insertions, 8 deletions
diff --git a/site/profile/manifests/base.pp b/site/profile/manifests/base.pp
deleted file mode 100644
index ae85e65..0000000
--- a/site/profile/manifests/base.pp
+++ /dev/null
@@ -1,5 +0,0 @@
-class profile::base {
-
- #the base profile should include component modules that will be on all nodes
-
-}
diff --git a/site/profile/manifests/example.pp b/site/profile/manifests/example.pp
deleted file mode 100644
index 0b48c3a..0000000
--- a/site/profile/manifests/example.pp
+++ /dev/null
@@ -1,3 +0,0 @@
-class profile::example {
-
-}