[Puppet Users] PDK 1.13.0 now available

2019-08-30 Thread Puppet Product Updates
Hello! The Puppet Developer Experience team is pleased to announce the latest release of the Puppet Development Kit (PDK), version 1.13.0. A few highlights from this release: - `pdk convert` will now create missing templated files that were previously only created when generating a new module (

[Puppet Users] Re: firewalld module configuration issue

2019-08-30 Thread Jean Berthold
Hello A Manzer and thank you for your suggesion, I tried to remove the quotes but no more success... root@srv-eldpupet-02 manifests]# cat site.pp node 'centos7-dev01.xxx.local' { # Applies only to mentioned node; if nothing mentioned, applies to all. include snmp include firewalld include 'add_u

[Puppet Users] Super weird problem with package

2019-08-30 Thread Albert Shih
Hi I've got a super weird problem with some module. I've a role who include some other module let's say roles::service { include profiles::brick1 include profiles::brick2 } If I launch the puppet agent it's not working because the puppet agent doesn't install anything every packag

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

2019-08-30 Thread Helmut Schneider
Hi, I want to copy a file if a diff fails: exec { "Private key '${letsencryptConfPath}/live/${letsencryptCommonName}/privkey.pem' changed, updating": path=> '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin', command => "$copyPrivateCommand", unless => "diff -q ${letsencryptCon