Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 6269682487132160: Issue 2151 - Drop hiera/private in favor of modules/private/hiera (Closed)
Patch Set: Created March 17, 2015, 9:06 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .hgignore ('k') | Vagrantfile » ('j') | hiera/install_precise.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -33,24 +33,6 @@
When creating a custom version, one may inspect the `modules/private-stub`
directory to determine which resources have to be provided.
-### `hiera/private`
-
-Analogous to `modules/private`, [Hiera](https://docs.puppetlabs.com/hiera/1/)
-configuration files specific to the current environment are expected to be
-found in `hiera/private`. Default resources for development (and testing)
-purposes are provided within `modules/private-stub/hiera`:
-
-#### UNIX-like
-
- ln -s ../modules/private-stub/hiera hiera/private
-
-#### Windows
-
- MKLINK /D ..\modules\private-stub\hiera hiera\private
-
-Note that custom versions are recommended to be tracked together with the
-custom `private` module, if any.
-
Development environment
-----------------------
« no previous file with comments | « .hgignore ('k') | Vagrantfile » ('j') | hiera/install_precise.py » ('J')

Powered by Google App Engine
This is Rietveld