Re: [Puppet Users] Re: How to set puppetserver to listen on two IPs?

2018-06-21 Thread Ramin K
On 6/21/18 5:53 AM, jcbollinger wrote: On Wednesday, June 20, 2018 at 7:54:20 AM UTC-5, Jakov Sosic wrote: Hi guys, [root@host ~]# cat /etc/puppetlabs/puppetserver/conf.d/webserver.conf webserver: {     access-log-config: /etc/puppetlabs/puppetserver/request-logging.xml   

[Puppet Users] [Announce] Release of PDK v1.6.0

2018-06-21 Thread Bryan Jen
Hello Everyone! Today we’re happy to announce the latest release of PDK version 1.6.0. This is feature release with a small enhancement and some bug fixes. This release includes: Features: - Remove values from the default module template configuration Notable Bugfixes: - Fixes to match

[Puppet Users] Re: How to set puppetserver to listen on two IPs?

2018-06-21 Thread jcbollinger
On Wednesday, June 20, 2018 at 7:54:20 AM UTC-5, Jakov Sosic wrote: > > Hi guys, > > [root@host ~]# cat /etc/puppetlabs/puppetserver/conf.d/webserver.conf > webserver: { > access-log-config: /etc/puppetlabs/puppetserver/request-logging.xml > client-auth: want > ssl-host: 0.0.0.0 >

[Puppet Users] Hiera and nested / reuse variables

2018-06-21 Thread Helmut Schneider
Hi, common.yaml: profiles: mailserver: postfix: instances: postfix-in: instance_path: '/etc/postfix-in' other_path:"%{instance_path}" <= required Is it possible to nest both variables somehow? Or alternatively from common.pp: $instance_path =