Re: [Puppet Users] Using the puppet gem on an unsupported platform

2021-03-18 Thread Mark Dixon
Thanks for that, it's showing just how weird things are getting! puppet 7.4.1, puppetserver 7.0.3. I have this fragment in the default node definition in my site.pp on the server: ``` notify { "here!": } mount { "/tmp/foo": ensure => defined, device => "/dev/shm", fstype =

Re: [Puppet Users] Re: [INFO, maybe ACTION] r10k Feature Proposal

2021-03-18 Thread David Schmitt
The PDK by default is ignoring all of those directories ( https://github.com/puppetlabs/pdk-templates/blob/7be43a3903e798ae72095379ed3f8d9187416ff2/config_defaults.yml#L47-L65) when building modules. On Tue, 16 Mar 2021 at 23:07, Corey Osman wrote: > Why stop at the spec directory? Ignore all t