[Puppet Users] Announcement: Release of Bolt 0.18.2

2018-04-04 Thread Kate Lopresti
Hello Everyone! Today we’re happy to announce the release of Bolt 0.18.2. This release introduces: - A facts module that provides a plan to retrieve facts from targets - A new description flag for command, task, script, and file actions - Fixes to JSON syntax for specifying parameter f

Re: [Puppet Users] Puppet type provider help?

2018-04-04 Thread Josh Cooper
Not sure what's the issue is... but could you use the powershell module instead https://github.com/puppetlabs/puppetlabs-powershell? On Wed, Apr 4, 2018 at 2:09 PM, Jason McMahan wrote: > Good day, > I am reviewing a type and provider and would like input or help to better > understand. > > The

[Puppet Users] Puppet type provider help?

2018-04-04 Thread Jason McMahan
Good day, I am reviewing a type and provider and would like input or help to better understand. The provider is require 'puppet/util' Puppet::Type.type(:winad_group).provide(:powershell) do confine :operatingsystem => :windows defaultfor :operatingsystem => :windows commands :power

Re: [Puppet Users] unexpected behavior in Bolt 0.18.1

2018-04-04 Thread Nick Lewis
On Mon, Apr 2, 2018 at 8:03 AM Ty Young wrote: > Hey fellow Puppet users, > > I'm a Puppet newb, but I did look through postings in this group and in > other locations for the answer before posting this question. Please > forgive me if I'm asking a FAQ. > > When I execute a Bolt 'run command' ta

Re: [Puppet Users] Puppet hiera variable

2018-04-04 Thread Jagga Soorma
Thanks Peter :) that fixed the issue. Appreciate your help with this. -J On Tuesday, April 3, 2018 at 10:50:08 PM UTC-7, Peter Bukowinski wrote: > > Jagga, > > It’s a simple error. You need to remove the square brackets from around > your conditional test. Puppet is evaluating it as an array,