[Puppet Users] Announcement: Release of Bolt 0.21.5

2018-08-02 Thread Kate Lopresti
Hello Everyone! Today we’re happy to announce the release of Bolt 0.21.5. In this release you will find fixes for - Output of ruby script over WinRM - Bolt inventory file validation For more information on these resolved issues, see:

Re: [Puppet Users] Re: Format text in epp

2018-08-02 Thread Helmut Schneider
jcbollinger wrote: > On Wednesday, August 1, 2018 at 5:05:32 AM UTC-5, Helmut Schneider > wrote: > > > > Hi, > > > > is there a way to format text in epp? Something like > > > > a 100 > > abc20 > > defgds 30 > > > > Thank you! > > > > <%- | Hash $postfixTransport > > | -%> >

[Puppet Users] Hiera mod not working

2018-08-02 Thread John
I've got a puppet instance where I'm trying to setup a hiera job to modify a file managed by puppet. The file is /etc/security/access.conf. The file looks like (some details removed): [root@util nodes]# more hostx.yaml X::os::auth::access: '+ : USERACCOUNT : ALL' X::os::auth::access:

[Puppet Users] Re: Best practice to check if file exists on custom mountpoint

2018-08-02 Thread jcbollinger
On Thursday, August 2, 2018 at 7:57:26 AM UTC-5, jcbollinger wrote: > > > > On Wednesday, August 1, 2018 at 1:13:43 PM UTC-5, Darth Krizz wrote: > > >> Is it possible with find_file? If yes, how? >> > > > Only if your custom mount point is somewhere within one of your modules' > files/

[Puppet Users] Re: Best practice to check if file exists on custom mountpoint

2018-08-02 Thread jcbollinger
On Wednesday, August 1, 2018 at 1:13:43 PM UTC-5, Darth Krizz wrote: > > Hey together, > > we added a custom mountpoint on our puppetmaster. On this custom > mountpoint we store some files. > Usually the files are configuration files. > > I think you mean a Puppet fileserver mount point, since