Skip to content

Releases: choria-io/puppet-mcollective

0.2.1

15 Nov 14:08
f7a423a
Compare
Choose a tag to compare

Improvements

  • Fix the ability to remove the facts cron job on Windows (#143)

0.2.0

18 Oct 18:45
Compare
Choose a tag to compare

Enhancements

  • Allow plugin repositories to include supplemental files included in Puppet files (#138)

Bug Fixes

  • Fix gathering mcollective facts while building the fact cache on Windows (#140)

0.1.0

21 Sep 05:43
Compare
Choose a tag to compare

Enhancements

0.0.29

19 Aug 07:53
Compare
Choose a tag to compare

Enhancements

  • Produce a better failure when --vendor is not supplied when packaging plugins (#123)

0.0.28

02 Aug 07:35
Compare
Choose a tag to compare

New Features

  • Add support for OS X (#110)
  • Randomize the start time of the fact refresh cronjob (#113)
  • Purge unmanaged configuration items from config files (#111, #115)

Upgrading

When upgrading to this release your server.cfg, client.cfg and other related cfg files will all be completely rewritten. Any settings not managed by this module will be lost. Additionally comments in your config file will be lost and the order of settings will become alphabetically sorted.

This will greatly improve the getting started experience as well as simplifying changing existing configuration, especially in cases where someone made a mistake.

Set any previously unmanaged settings in mcollective::server_config, collective::client_config and mcollective::common_config before upgrading.

0.0.27

01 Jun 14:13
Compare
Choose a tag to compare

New Features

  • Support local gem mirrors (#98)
  • Improve README template for generated modules (#104)
  • Update to Hiera 5 and require Puppet > 4.9.0 (#102, #103)