Andreas Paul

Results 52 comments of Andreas Paul

Oh, I've never seen that Puppetfile format to be honest. I'm always looking at https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd I don't know if I'm going to support that format. I'd rather just use a...

Yeah, which makes it difficult for any other language than Ruby to parse a Puppetfile. Trust me I know :grinning: Same problem as #36

I appreciate the suggestion, but bundling a ruby gem with g10k isn't really something that I want to do. I'm testing a YAML based Puppetfile at the moment, which should...

@alexharv074 The r10k Puppetfile format parsing will remain in g10k. I'm just testing if I can provide advanced features like variable interpolation more easily inside a YAML based Puppetfile.

@ekohl Ok, thanks. I'll check it out.

Is there any way to trigger only my new tests and not the whole test suite which takes over 6 minutes on my workstation?

After upgrading my workstation to Ubuntu 22.04 the bundle commands do not work anymore. I'm getting ``` $ bundle install Could not find gem 'puppet-module-posix-default-r3.0 (~> 1.0)' in any of...

Wow, cool. Thanks for this, let me check if I can add a test for this feature before merging.

Fixed in https://github.com/xorpaul/g10k/releases/tag/v0.9.2

@tomposmiko Have you also tried a more recent version like https://github.com/xorpaul/g10k/releases/tag/v0.9.7 ? Because I've reworked the purge logic quite a lot since 2021 :grin: