Rob Nelson
Rob Nelson
I'm not certain I understand the request fully. I believe you want two things. Let me know if I misunderstand the request. A) A `--diff` type feature that compares the...
This is usually due to the underlying use of `puppet module install` - some module has a restrictive dependency on the apache and puppet modules. If you can run `grep...
Can you run the earlier suggest command as well as `puppet module list` and attach that output please?
@vchepkov Are you still seeing this? I do not see a problem now, running from HEAD (which should not have any changes affecting use of PMT): ``` [rnelson0@build03 puppet-generate-puppetfile:master]$ be...
@djjudas21 Have you had a chance to test this yet?
I cannot reproduce the errors you receive exactly: ``` [rnelson0@build03 puppet-generate-puppetfile:master±]$ be generate-puppetfile -v -c -p Puppetfile.55 generate-puppetfile v1.0.1.rc0 [rnelson0@build03 puppet-generate-puppetfile:master±]$ be generate-puppetfile -c -p Puppetfile.55 Installing modules. This may...
I strongly feel this is an issue with the forge. I know received: ``` Installing modules. This may take a few minutes. There was a problem with the module name...
I opened https://tickets.puppetlabs.com/browse/FORGE-408 on this issue. Note that jgazeley/nagios SHOULD fail, as it wants concat >=4.0.0 and other modules want
How about `test_only`? Either way, I'm okay with it as long as it doesn't conflict with r10k or librarian-puppet's processing of the Puppetfile. However, I don't work on those projects...
If it goes in the `Puppetfile`, we'd *have* to get them to support the functionality, or they'd download the modules we only want to be downloaded for tests. Other alternatives...