On Wed, Feb 11, 2015 at 10:12 AM, Douglas Garstang
<[email protected]> wrote:
>>   "post-processors": [
>>     {
>>       "type": "vagrant",
>>       "only": ["virtualbox-ovf"],
>>       "keep_input_artifact": true,
>>       "output": "{{user `output`}}.box",
>>       "compression_level": "{{user `compression`}}"
>>     }
>>   ]


Hello,

you need to have a prosprocessor and keep_input_artifact to true if
you want to keep it.

check the sample code I gave.. is a copy and past of a json template I
use.. so I know it works.

relevant piece:,.. I have output and compression as variables..

  "post-processors": [
    {
      "type": "vagrant",
      "only": ["virtualbox-ovf"],
      "keep_input_artifact": true,
      "output": "{{user `output`}}.box",
      "compression_level": "{{user `compression`}}"
    }
  ]

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to