You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ The important files and items in this template are as follows:
19
19
* An example Hiera configuration file and data directory with pre-created common.yaml and nodes directory.
20
20
* These match the default hierarchy that ships with PE.
21
21
* 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.
25
25
26
26
Here's a visual representation of the structure of this repository:
27
27
@@ -36,7 +36,7 @@ control-repo/
36
36
│ ├── code_manager_config_version.rb # A config_version script for Code Manager.
37
37
│ ├── config_version.rb # A config_version script for r10k.
38
38
│ └── 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.
0 commit comments