Skip to content

Commit 306107b

Browse files
authoredFeb 26, 2019
Merge pull request #71 from npwalker/rename_site_to_site-modules
Rename site directory to site-modules
2 parents 18aa077 + c74c84d commit 306107b

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed
 

Diff for: ‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ The important files and items in this template are as follows:
1919
* An example Hiera configuration file and data directory with pre-created common.yaml and nodes directory.
2020
* These match the default hierarchy that ships with PE.
2121
* An [environment.conf](https://puppet.com/docs/puppet/5.3/config_file_environment.html) that correctly implements:
22-
* A site directory for roles, profiles, and any custom modules for your organization.
23-
* A config_version script.
24-
* An example [config_version](https://puppet.com/docs/puppet/5.3/config_file_environment.html#configversion) script that outputs the git commit ID of the code that was used during a Puppet run.
22+
* A site-modules directory for roles, profiles, and any custom modules for your organization.
23+
* A config\_version script.
24+
* An example [config\_version](https://puppet.com/docs/puppet/5.3/config_file_environment.html#configversion) script that outputs the git commit ID of the code that was used during a Puppet run.
2525

2626
Here's a visual representation of the structure of this repository:
2727

@@ -36,7 +36,7 @@ control-repo/
3636
│   ├── code_manager_config_version.rb # A config_version script for Code Manager.
3737
│   ├── config_version.rb # A config_version script for r10k.
3838
│   └── config_version.sh # A wrapper that chooses the appropriate config_version script.
39-
├── site/ # This directory contains site-specific modules and is added to $modulepath.
39+
├── site-modules/ # This directory contains site-specific modules and is added to $modulepath.
4040
│   ├── profile/ # The profile module.
4141
│   └── role/ # The role module.
4242
├── LICENSE

Diff for: ‎environment.conf

+1-1
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)
Please sign in to comment.