Commit Graph

4 Commits (f68223b9ed8e4405abfcdc53f8ace2cba441c017)

Author SHA1 Message Date
joefis 3a70affb9a Vagrant inventory: exit 0 on success
Current code has sys.exit(1) at the end of the codepath for the
options --help, --list and --host. These are not error conditions
so should be returning 0 for success, not 1 which is EPERM i.e.
"Operation not permitted". Newer Vagrant versions examine the exit
codes from subprocesses and interpret this as a failure.
10 years ago
Mark Mandel 18f8fe1149 Update vagrant external inventory file to handle multiple boxes, and --list and --host params. 11 years ago
Michael DeHaan 2908687a7b This plugin is not quite ready as it needs to support --host <hostname> and --list, like the other inventory plugins, but we should get this tweaked and include it once it is standardized. Watch this space! 11 years ago
Mark Mandel f2f3fb1a8e Vagrant external inventory file, to dynamically determine your vagrant vm ip. 11 years ago