Skip to content

Commit c74c84d

Browse files
reidmvnpwalker
authored andcommitted
Update README to reflect site -> site-modules
1 parent baa4b92 commit c74c84d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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

0 commit comments

Comments
 (0)