Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add info about puppet-strings #112

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
25 changes: 25 additions & 0 deletions puppet-strings/index.md
Original file line number Diff line number Diff line change
@@ -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.