Hi everyone,
I'm going to try announcing new versions of Modules I'm working on as
I release them to the Forge. puppet-users and mcollective-users seems
like the best place, but please let me know if you have other
preferences.
I've added a small change to the mcollective module we've recently
released [1]. This change ensures all of the resources managed by the
module are contained within the top level Class['mcollective']. This
allows the end user of the module to easily establish relationships
before and after the module like so:
node default {
notify { 'alpha': }
->
class { 'java':
distribution => 'jdk',
version => 'latest',
}
->
class { 'activemq': }
->
class { 'mcollective': }
->
notify { 'omega': }
}
Please file any issues you have on the Github project page at:
https://github.com/puppetlabs/puppetlabs-mcollective/issues
Please feel free to reach out to me directly if you have any feedback
or questions.
[1] http://forge.puppetlabs.com/puppetlabs/mcollective/0.1.8
Cheers,
--
Jeff McCune
Puppet Labs
@0xEFF
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.