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

2018-04-19 Thread Ugo Bellavance
On Thursday, April 19, 2018 at 7:50:30 AM UTC-4, Thomas Müller wrote: > > Hi Ugo > > Am Freitag, 30. März 2018 17:27:28 UTC+2 schrieb Ugo Bellavance: >> >> Hi, >> >> I'm using the puppetlabs-postgresql module and it works very well, but I >> want to make it work with a non-standard version of

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

2018-04-19 Thread Thomas Mueller
On 04/19/2018 02:21 PM, Ugo Bellavance wrote: > > > On Thursday, April 19, 2018 at 7:50:30 AM UTC-4, Thomas Müller wrote: > > Hi Ugo > > Am Freitag, 30. März 2018 17:27:28 UTC+2 schrieb Ugo Bellavance: > > Hi, > > I'm using the puppetlabs-postgresql module and it works

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

2018-04-19 Thread Thomas Müller
Hi Ugo Am Freitag, 30. März 2018 17:27:28 UTC+2 schrieb Ugo Bellavance: > > Hi, > > I'm using the puppetlabs-postgresql module and it works very well, but I > want to make it work with a non-standard version of postgresql (from Red > Hat Software Collections) because I would like to use

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

2018-04-06 Thread Ugo Bellavance
On Monday, April 2, 2018 at 10:21:15 AM UTC-4, jcbollinger wrote: > > It looks like that's probably the *intended* solution, so by all means go > with it. In a more general sense, however, LD_LIBRARY_PATH is not a tool > for use in a stable configuration. It is for one-offs, and possibly for

[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

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

2018-03-30 Thread Ugo Bellavance
I think I found a viable solution: $ cat /etc/profile.d/enablerh-postgresql96.sh #!/bin/bash source scl_source enable rh-postgresql96 On Friday, March 30, 2018 at 11:27:28 AM UTC-4, Ugo Bellavance wrote: > > Hi, > > I'm using the puppetlabs-postgresql module and it works very well, but I >