Dan Bode
Dan Bode
Running into the same thing here when I try to setup gvm from a bash script.
I peeked a little more. The issue is in the code that checks to see if subcommands are valid: ``` if [ -f "$GVM_ROOT/scripts/$command" ]; ``` (looking for scripts/use which...
> I would be opposed to this change. > > 1. In my last two jobs the notions of "deployment environment" were significantly different in both the meaning and in...
@fcharlier did you ever get a patch working for this?
I noticed some of the other patches have a CLA notification. Is there a CLA that I need to sign?
I just ran into this again. Getting more motivated to fix it :)
This should be resolved by #26, but it needs a little more testing.
I occasionally need to share Puppetfile's that have overrides based on topic branches. Use Case: 1. I have to keep track of what has been updated (sometimes I have 3-4...
also, dont worry, I am not proposing a change to the default behavior. If you do not specify overrides, then nothing will be overridden.
@ke4qqq do you mind reviewing this and giving me the +1 to merge? Don't worry about the puppet_node stuff, I am probably going to rip it out and make it...