Re: [Puppet Users] Re: Pre-generated certificates?

2018-04-02 Thread Eric Sorenson
Yeah, it's a bit of an outlier workflow but I figured I'd ask. The deafening silence indicates it's probably not a use-case we need to treat specially. --eric0 On Sat, Mar 31, 2018 at 12:23 PM, Michael Watters wrote: > I've done this for a few nodes but I'm not sure how this would be an > impro

[Puppet Users] unexpected behavior in Bolt 0.18.1

2018-04-02 Thread Ty Young
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' task, my connection succeeds using SSH keys but job termina

[Puppet Users] Re: Environment variable setting while using a module

2018-04-02 Thread jcbollinger
On Friday, March 30, 2018 at 10:32:10 AM UTC-5, Ugo Bellavance wrote: > > I think I found a viable solution: > > $ cat /etc/profile.d/enablerh-postgresql96.sh > #!/bin/bash > source scl_source enable rh-postgresql96 > It looks like that's probably the *intended* solution, so by all means go