[Puppet Users] http_proxy used for Puppet Master?

2019-09-02 Thread Jer Johnson
Hi! it looks like between Puppet Agent 6.7.2 and 6.8.0 , running "puppet agent -t " started picking up the http_proxy environment setting . is there a configuration option to disable that behavior? Thanks! -jer johnson -- You received this message because you are subscribed to the Google

Re: [Puppet Users] change from 'notrun' to ['0'] failed

2019-09-02 Thread Helmut Schneider
Bart-Jan Vrielink wrote: > file { > "${letsencryptConfPath}/live/${letsencryptCommonName}/privkey.pem": >   ensure => file,   source => > "${appEtcConfPath}/ssl/private/${letsencryptCommonName}.letsencrypt.${ > letsencryptKeySize}.key",   notify => Exec['/usr/local/bin/apache.sh > -c restart'],  

Re: [Puppet Users] Re: firewalld module configuration issue

2019-09-02 Thread Jean Berthold
Hello Bart-Jan, Exactly what I need, great thanks ! my mistake was to not look in the module code... The syntax is given here: [root@srv-eldpupet-02 type]# pwd /etc/puppetlabs/code/environments/production/modules/firewalld/lib/puppet/ type [root@srv-eldpupet-02 type]# cat firewalld_port.rb requ