@@ -47,7 +47,7 @@ before using puppet-puppet. If you don't generate those SSL certs first, the
4747resulting master won't work. (but should if you generate the certs; it's not
4848strictly order dependent)
4949
50- This module also doesn't manage [ r10k] [ r10k-github ] or [ hiera] [ hiera-docs ] .
50+ This module also doesn't manage [ r10k] [ r10k ] or [ hiera] [ hiera-docs ] .
5151Look at [ zack/r10k] [ zack-r10k ] or [ sharpie/r10k] [ sharpie-r10k ] for r10k, and
5252the [ hunner/hiera] [ hunner-hiera ] module for managing hiera. If this is all
5353unfamiliar, read the [ Shit Gary Says] ( http://garylarizza.com/ ) blog, starting
@@ -195,10 +195,12 @@ instead of hardcoding these values into manifests.
195195
196196## Limitations
197197
198- This module is (basically) only tested on Debian Wheezy. The maintainers care
199- about FreeBSD and OpenBSD support. A token gesture of EL support exists in
198+ This module is (basically) only tested on Debian Wheezy. The maintainers also
199+ care about FreeBSD and OpenBSD support. A token gesture of EL support exists in
200200` params.pp ` but that's about it; this probably won't do much on CentOS/RedHat.
201- Pull requests welcome if you're interested.
201+ You'll see remnants of support for Windows, Gentoo, Solaris etc in the codebase
202+ but there's no testing or ongoing support for those platforms. They probably
203+ don't work at all. Pull requests welcome if you're interested.
202204
203205Bootstrapping an all-in-one (master, puppetdb, postgresql) puppetmaster with
204206puppet-puppet is relatively straightforward. However, building a usable puppet
@@ -211,7 +213,8 @@ sysadmins, not developers, and testing is very incomplete.
211213
212214## Development
213215
214- Read CONTRIBUTING.md to see instructions on running beaker and rspec tests.
216+ Read [ CONTRIBUTING.md] ( CONTRIBUTING.md ) to see instructions on running beaker
217+ and rspec tests.
215218
216219 [ puppetlabs-puppetdb ] : https://github.com/puppetlabs/puppet-puppetdb
217220 [ puppetlabs-apache ] : https://github.com/puppetlabs/puppetlabs-apache
@@ -222,3 +225,4 @@ Read CONTRIBUTING.md to see instructions on running beaker and rspec tests.
222225 [ zack-r10k ] : https://forge.puppetlabs.com/zack/r10k
223226 [ sharpie-r10k ] : https://github.com/Sharpie/puppet-r10k
224227 [ sgs-1 ] : http://garylarizza.com/blog/2014/02/17/puppet-workflow-part-1/
228+ [ hunner-hiera ] : https://github.com/hunner/puppet-hiera
0 commit comments