Permalink
Comparing changes
Open a pull request
- 2 commits
- 2 files changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
8 additions
and 1 deletion.
- +7 −0 CHANGELOG.md
- +1 −1 agent/puppet.ddl
| @@ -2,6 +2,13 @@ | ||
| Change history for mcollective-puppet | ||
| ## 1.13.0 | ||
| Released 2017-04-06 | ||
| * Add support for Puppet 5 (MCOP-587) | ||
| * runhosts no longer block on a single busy node (MCOP-537) | ||
| ## 1.12.1 | ||
| Released 2017-02-27 | ||
| @@ -2,7 +2,7 @@ metadata :name => "puppet", | ||
| :description => "Run Puppet agent, get its status, and enable/disable it", | ||
| :author => "R.I.Pienaar <rip@devco.net>", | ||
| :license => "ASL2.0", | ||
| :version => "1.12.1", | ||
| :version => "1.13.0", | ||
| :url => "http://puppetlabs.com", | ||
| :timeout => 20 | ||