Re: [Puppet Users] Puppet 5 tests of forked module gives errors

2018-02-20 Thread Henrik Lindberg
On 19/02/18 14:36, jmp242 wrote: I've been on that page, but it doesn't really tell me what to do. I'm not using r10k, nor pe. I don't have a |.resource_types directory pro|bably because I can't get the isolation to do anything. Probably. The .resource_types is created if needed by the command

Re: [Puppet Users] Puppet 5 tests of forked module gives errors

2018-02-20 Thread David Schmitt
Apologies, I linked you to the wrong section in that document. You need to run puppet generate types --environment for each of your environments. For example, to generate metadata for your production environment, run: puppet generate types --environment production. And you need to run this every t

Re: [Puppet Users] Puppet 5 tests of forked module gives errors

2018-02-19 Thread jmp242
I've been on that page, but it doesn't really tell me what to do. I'm not using r10k, nor pe. I don't have a .resource_types directory probably because I can't get the isolation to do anything. On Monday, February 19, 2018 at 7:51:24 AM UTC-5, David Schmitt wrote: > > Have a look at > https://p

Re: [Puppet Users] Puppet 5 tests of forked module gives errors

2018-02-19 Thread David Schmitt
Have a look at https://puppet.com/docs/puppet/5.3/environment_isolation.html#generate-types and the surrounding docs. On Fri, Feb 16, 2018 at 8:42 PM jmp242 wrote: > So I originally conflated 2 different issues, and the one was fixed with > the bugfix referenced in my previous thread. So this on