Will Farrington

Results 5 issues of Will Farrington

``` wfarr@lawn-143-215-98-135:~/Code/github-gem$ bin/github network commits gathering heads ========================================================================================= These are all the commits that other people have pushed that you have not applied or ignored yet (see 'github ignore'). Some...

bug

Simply put, we need a Lockfile.

This should walk through the Puppetfile, find every module, and only call `#fetch!` on it with caching force-enabled. Cached tarballs should be stored in `#{Henson.settings[:path]}/../cache` probably

Rather than having to implement this in every plugin, firetower should provide a hook for usage: ``` # inside SomePlugin class def usage "SOME BIG LONG USAGE STRING" end ```...

Recently this came up in one of our projects and since we cannot override default standard rules altogether, I figured I'd raise this discussion prior to doing the work. As...