Dave Kruger

Results 3 issues of Dave Kruger

Running bfg to remove some files from my repo: ``` java -jar ~/scripts/bfg-1.12.14.jar --delete-files *.zip . ``` Fails with this error: ``` Exception in thread "main" org.eclipse.jgit.errors.LargeObjectException: 8f35a86d53b408094569c3def2132e0fcc15aea5 exceeds size...

Issue: Some Arguments require spaces. For example, on cli one would run: `salt '*' net.cli 'show version'` When entering `'show version'` in the "arguments" field on /molten/execute, the space character...

Issue: Some jobs require keyword arguments. For example: `salt net.config '*' source='running'` When entering `source='running'` (or any key value pair such as `foo='bar'`) in the "Keyword Arguments" field on /molten/execute,...