From b36f928c22bdc5bb31807a7616667721cc8f7660 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sun, 22 Oct 2017 00:31:14 +0200 Subject: [PATCH] add info about puppet-strings --- _config.yml | 2 ++ puppet-strings/index.md | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 puppet-strings/index.md diff --git a/_config.yml b/_config.yml index e90a76e..ccb7b56 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,8 @@ navigation: url: /plugins/ - title: Blog url: /posts/ + - title: puppet-strings + url: /puppet-strings/ exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md", "CNAME", "README.md", "vendor"] diff --git a/puppet-strings/index.md b/puppet-strings/index.md new file mode 100644 index 0000000..081539a --- /dev/null +++ b/puppet-strings/index.md @@ -0,0 +1,25 @@ +--- +layout: page +title: puppet-strings +--- + +[puppet-strings](https://rubygems.org/gems/puppet-strings) is a gem that reads +Puppet code and annotations to create html documentations. It got created by +the awesome [Hailee Kenney](http://www.haileekenney.com/) and is actively +maintained by Puppet Inc. A few of our modules already have this enabled and +configured. You can access them via the following links: + +* [puppet-selinux](https://voxpupuli.org/puppet-selinux) +* [puppet-autofs](https://voxpupuli.org/puppet-autofs) +* [puppet-mumble](https://voxpupuli.org/puppet-mumble) +* [puppet-cassandra](https://voxpupuli.org/puppet-cassandra) +* [puppet-rabbitmq](https://voxpupuli.org/puppet-rabbitmq) +* [puppet-virtualbox](https://voxpupuli.org/puppet-virtualbox/) +* [puppet-nginx](https://voxpupuli.org/puppet-nginx/) +* [puppet-rabbitmq](https://voxpupuli.org/puppet-rabbitmq/) +* [puppet-lldpd](https://voxpupuli.org/puppet-lldpd/) +* [puppet-nscd](https://voxpupuli.org/puppet-nscd/) + +[puppetmodule.info](http://www.puppetmodule.info/) is a website maintained by +Dominic Cleal. It is a public index for modules and their documentation. You +can find our modules there as well.