git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormail_redacted_for_web 2018-12-07 15:58:43 -0600
committermail_redacted_for_web 2018-12-07 14:08:09 -0800
commit18aa0779aef7c2fd3d88dbcb699ecf4619326ff8 (patch)
treea2f816f454700f7ac051e515021521ed71db8031 /README.md
parentf69ffd8ce1a995892c7bca84d8c67e0c1a39a47e (diff)
downloadcontrol-repo-template-18aa0779aef7c2fd3d88dbcb699ecf4619326ff8.tar.bz2
Fixed typos for 'moduelpath' and 'batteries includes' to 'modulepath' and 'batteries included'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aaed15c..ac57c92 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ control-repo/
├── LICENSE
├── Puppetfile # A list of external Puppet modules to deploy with an environment.
├── README.md
-├── environment.conf # Environment-specific settings. Configures the moduelpath and config_version.
+├── environment.conf # Environment-specific settings. Configures the modulepath and config_version.
└── hiera.yaml # Hiera's configuration file. The Hiera hierarchy is defined here.
```
@@ -113,7 +113,7 @@ To get started with using the control-repo template in your own environment and
## Code Manager Setup
-If you use Puppet Enterprise and have not yet enabled and configured Code Manager, in addition to reading the official [documentation](https://puppet.com/docs/pe/latest/code_management/code_mgr.html) for enabling it, you may want to look at the Ramp-Up Program's control repository instead of this one. It's similar to this repo except that it has batteries includes, so to speak. There are pre-built profiles for configuring Code Manager, generating SSH keys, and setting up your Git server to work with Code Manager.
+If you use Puppet Enterprise and have not yet enabled and configured Code Manager, in addition to reading the official [documentation](https://puppet.com/docs/pe/latest/code_management/code_mgr.html) for enabling it, you may want to look at the Ramp-Up Program's control repository instead of this one. It's similar to this repo except that it has batteries included, so to speak. There are pre-built profiles for configuring Code Manager, generating SSH keys, and setting up your Git server to work with Code Manager.
* <https://github.com/Puppet-RampUpProgram/control-repo>