Skip to content

Commit ead7f3c

Browse files
committed
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
1 parent 18aa077 commit ead7f3c

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

environment.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
modulepath = site:modules:$basemodulepath
1+
modulepath = site-modules:modules:$basemodulepath
22
config_version = 'scripts/config_version.sh $environmentpath $environment'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)