Hello Everyone!
Today we’re happy to announce the release of Bolt 0.19.0. This release
includes a number of new features:
- Installation packages for Windows and macOS
- Core tasks packaged with Bolt
- Improvements to plan output
- Nested subgroups for inventory files
For more infor
On Wednesday, April 11, 2018 at 2:02:52 PM UTC-5, Jason McMahan wrote:
>
> Thank you both for your reply.
>
> The scenario i have is as follows.
> I need to create/destroy/modify active directory group.
>
> There is a winad module, once i was able to get it working to create the
> group it was d
On Wednesday, April 11, 2018 at 11:28:12 AM UTC-5, Henrik Lindberg wrote:
>
> On 11/04/18 18:21, jcbollinger wrote:
> > I'm writing a module for Puppet self-management, or at least I think I
> > am. I was surprised to not find very much along those lines on the
> > Forge, and maybe I should t
I have a manifests that looks like this:
- s n i p -
class someclass {
package { 'mypackage':
ensure => $version,
install_options => [ '-o', 'Dpkg::Options::=--force-overwrite'
],
notify => Service['myservice'],
req