integrations/puppet: Migrate docs to Markdown.

This commit is contained in:
Eeshan Garg
2017-06-20 00:30:52 -02:30
committed by showell
parent fc0d7ed882
commit 3eeb90c599
3 changed files with 9 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
<p>Zulip supports Puppet integration and can notify you when Puppet runs fail (or when they happen at all).</p>
<p>You can follow the instructions at
<a href="https://forge.puppetlabs.com/mbarr/puppet_zulip">
https://forge.puppetlabs.com/mbarr/puppet_zulip
</a>
to get it set up.
</p>
<p>
<small>Thanks to Matt from Kensho for submitting this integration!</small>
</p>

View File

@@ -0,0 +1,8 @@
Zulip supports Puppet integration and can notify you when Puppet
runs fail (or when they happen at all).
You can follow the instructions
[here](https://forge.puppetlabs.com/mbarr/puppet_zulip)
to get it set up.
##### Thanks to Matt from Kensho for submitting this integration!

View File

@@ -291,7 +291,7 @@ INTEGRATIONS = {
),
'perforce': Integration('perforce', 'perforce', doc='zerver/integrations/perforce.html'),
'phabricator': Integration('phabricator', 'phabricator', doc='zerver/integrations/phabricator.md'),
'puppet': Integration('puppet', 'puppet', doc='zerver/integrations/puppet.html'),
'puppet': Integration('puppet', 'puppet', doc='zerver/integrations/puppet.md'),
'redmine': Integration('redmine', 'redmine', doc='zerver/integrations/redmine.html'),
'rss': Integration('rss', 'rss', display_name='RSS', doc='zerver/integrations/rss.html'),
'subversion': Integration('subversion', 'subversion', doc='zerver/integrations/subversion.md'),