Re: [Puppet Users] Checking if a directory is a mount point

2018-11-06 Thread 'Prentice Bisbal' via Puppet Users
$fact['mountpoints'] did it. Thanks. -- Prentice On 11/6/18 6:54 PM, 'Dan White' via Puppet Users wrote: Try $fact[‘mountpoints’] On Nov 6, 2018, at 6:06 PM, pbisbal via Puppet Users mailto:puppet-users@googlegroups.com>> wrote: I want to check to see of a directory is a mount point for

Re: [Puppet Users] Checking if a directory is a mount point

2018-11-06 Thread 'Dan White' via Puppet Users
Try $fact[‘mountpoints’] > On Nov 6, 2018, at 6:06 PM, pbisbal via Puppet Users > wrote: > > I want to check to see of a directory is a mount point for a separate > partition. For example, I'd like to check to see if /tmp is a separate > partition or is just part of the root partition on a

[Puppet Users] Checking if a directory is a mount point

2018-11-06 Thread pbisbal via Puppet Users
I want to check to see of a directory is a mount point for a separate partition. For example, I'd like to check to see if /tmp is a separate partition or is just part of the root partition on a Linux system. What is the best way to do this. I thought I could use the in operator to see if

Re: [Puppet Users] create an array of hashes with reduce

2018-11-06 Thread Henrik Lindberg
On 2018-11-06 17:13, Arnau wrote: Hi all, I'm using puppet 5.3. I'd like to build proxy_pass array of hashes using the /reduce /puppetbuilt-in function and picking the values from a nested hash in hiera. I first played a little bit

[Puppet Users] Puppet Enterprise 2019.0.1 now available!

2018-11-06 Thread Eric Sorenson
Dear Puppet Enterprise Users, Puppet Enterprise 2019.0.1 is now available. This is a bug fix and minor functionality release of Puppet Enterprise. All users of Puppet Enterprise 2019.0.0 are encouraged to upgrade when possible to Puppet Enterprise 2019.0.1. Puppet Enterprise 2019.0.1 includes

[Puppet Users] Puppet Enterprise 2018.1.5 (LTS) is now available

2018-11-06 Thread Eric Sorenson
Dear Puppet Enterprise Users, Puppet Enterprise 2018.1.5 is now available. This is a security and bug fix release of the current Long-Term Support (LTS) series of Puppet Enterprise. All users of Puppet Enterprise 2018.1.x are encouraged to upgrade as soon as possible to Puppet Enterprise

[Puppet Users] create an array of hashes with reduce

2018-11-06 Thread Arnau
Hi all, I'm using puppet 5.3. I'd like to build proxy_pass array of hashes using the *reduce *puppet built-in function and picking the values from a nested hash in hiera. I first played a little bit with the reduce function: $dirs =