voxpupuli / onceover

Your gateway drug to automated infrastructure testing with Puppet
Apache License 2.0
142 stars 45 forks source link

modules installed by r10k are not removed when removed from Puppetfile if Puppetfile contains no other modules #127

Open jessereynolds opened 7 years ago

jessereynolds commented 7 years ago

Steps to reproduce:

Expected result:

Actual result:

In fact, the debug run still shows it is faithfully maintaining that symlink too:

DEBUG -> Symlinking /Users/jesse/src/puppet/gems/onceover/tmp/control-repos/simple/.onceover/etc/puppetlabs/code/environments/production/modules/stdlib to /Users/jesse/src/puppet/gems/onceover/tmp/control-repos/simple/.onceover/spec/fixtures/modules/stdlib

jessereynolds commented 7 years ago

This is caused by https://github.com/puppetlabs/r10k/issues/762