Geoff Williams
Geoff Williams
I have a partial fix for this but need to re-order the class scan to run after r10k processes puppetfile - working on this
thanks mate - tested this with customer today and it seems to work, although tests are failing for other (hiera) reasons :upside_down_face:
I think that's along the right lines - maybe print `-` where there were no tests instead of space/tab though? ``` A B C D E F G H profile::linux::at:...
Ok made some interesting progress, I've come up with a way to control vagrant called [vagrantomatic](https://github.com/GeoffWilliams/vagrantomatic) and have worked the above psuedocode into a library called [puppetbox](https://github.com/GeoffWilliams/puppetbox) Just tested out...
Made a bunch of progress today: * synced folders in VM * 75% vm lifecycle control (need to force kill if stale instance active on start) * Run a puppet...
This is now integrated into onceover and working to the point where I can run puppet code. As a first attempt I'm not going to worry about server spec stuff...
Development is being done here: https://github.com/GeoffWilliams/onceover/tree/puppetbox_support
I have something just about useful now. Here's what output looks like: ``` ERROR -> CentOS-7.2-64 - Notice: /Stage[main]/Pbis/Exec[samba-interop-install]/returns: executed s uccessfully ERROR -> CentOS-7.2-64 - Notice: Applied catalog in...
No worries dude I know how it is ;-) Will have something more final probably in the next couple of weeks. Right now I'm using this as-is for a customer...
Oh yes, and no dependency on vagrant since you don't install it via gem these days anyway- The derelict library provides a thin wrapper around the vagrant CLI so is...