Dylan

Results 18 issues of Dylan

Chrome on OSX, the next slide preview is about 80% smaller than everything else, the zoom level is linked because of chrome so you can't zoom in as it zooms...

After creating a simple test scenario: https://github.com/dylanratcliffe/onceover/commit/fdaa35d289021013034be7cd128165b8f49392b3 Tests: https://github.com/dylanratcliffe/onceover/runs/709972744 It seems that trusted facts aren't working as they were designed to. This needs fixing

bug

There are other trusted things you might want to set, like `certname` or `external_data`. The fact that we imply extensions is dumb. Need to work out a nice way to...

As shown in #166 r10k doesn't seem to be accepting credential settings or forge url settings from its config file. Need to work out why this is happening and either:...

bug
help wanted

@albatrossflavour found this at Puppetize. Need to get him to add a way to replicate so we can fix. Possibly worth working out how to test it... Probably rspec

Once a server is built we need to copy over the code

When provisioning a container sometime they need `apt-get update` run, or curl installed or something similar. Should Onceover just handle that?? Probably in a task or plan that we ship...

While we are running onceover with the default formatter we just get a bunch of `P` and `F` output and if things are failing we can't get any advance war...

When we have an error that comes from (for example) a parameter being wrong, it gets raised from the module, onceover also tells you which role is the problem but...

When you get a compilation failure that comes from a module that r10k has pulled, the relative path is wrong because modules don't exist in the controlrepo. Maybe it should...

bug