Re: [Puppet Users] .fixtures.yml functionality in spec helper

2014-09-10 Thread Brett Swift
I see your points on wanting to know what your dependencies are, and maybe I'm missing something on how puppet's module path works. As I understand Puppet will resolve the first module on the path if it sees multiple. Modules should use semantic versioning, so lets assume that in a

Re: [Puppet Users] .fixtures.yml functionality in spec helper

2014-09-10 Thread Wil Cooley
On Wed, Sep 10, 2014 at 8:39 AM, Brett Swift brettsw...@gmail.com wrote: I see your points on wanting to know what your dependencies are, and maybe I'm missing something on how puppet's module path works. As I understand Puppet will resolve the first module on the path if it sees multiple.

Re: [Puppet Users] .fixtures.yml functionality in spec helper

2014-09-09 Thread Wil Cooley
On Sep 8, 2014 2:21 PM, Brett Swift brettsw...@gmail.com wrote: why isn't puppetlabs_spec_helper installing dependencies of my dependencies? ... but puppetlabs_spec_helper doesn't.grumble grumble I didn't see a ticket for this ontickets.puppetlabs.com. Is this a feature request, a

[Puppet Users] .fixtures.yml functionality in spec helper

2014-09-08 Thread Brett Swift
https://github.com/puppetlabs/puppetlabs_spec_helper#using-fixtures I think I'm doing it wrong. I'm testing a module, and specified zack/r10k in my .fixtures.yml file. It complains that it can't find gcc. I see that in the r10k/metadata.json file.. weird, why isn't

Re: [Puppet Users] .fixtures.yml functionality in spec helper

2014-09-08 Thread Garrett Honeycutt
On 9/8/14 5:20 PM, Brett Swift wrote: https://github.com/puppetlabs/puppetlabs_spec_helper#using-fixtures I think I'm doing it wrong. I'm testing a module, and specified zack/r10k in my .fixtures.yml file. It complains that it can't find gcc. I see that in the r10k/metadata.json