1. 18 Jul, 2014 3 commits
    • stefanlasiewski's avatar
    • stefanlasiewski's avatar
      Problem: Docs should mention the comma after `"builders": [...]` · 47f073c4
      stefanlasiewski authored
      While running through the getting-started examples, I ran into a strange
      error:
      
      	packer $ packer validate example.json
      	Failed to parse template: Error in line 16, char 2: invalid character
      	'"' after object key:value pair
      	  "provisioners": [{
      	packer $
      
      The error was not immediately obvious, as this is my first time working
      with Packer, and like many users this also happens to be my first time
      working with JSON.
      
      Solution:
      
      I was missing a comma after the 'builders' configuration. I'm sure this
      is a common problem, so let's specifically mention that in the document.
      47f073c4
    • stefanlasiewski's avatar
      Problem: · 073a813e
      stefanlasiewski authored
      While running through the getting-started examples, I ran into a strange
      error:
      
      	packer $ packer validate example.json
      	Failed to parse template: Error in line 16, char 2: invalid character
      	'"' after object key:value pair
      	  "provisioners": [{
      	packer $
      
      The error was not immediately obvious, as this is my first time working
      with Packer, and like many users this also happens to be my first time
      working with JSON.
      
      Solution:
      
      I was missing a comma after the 'builders' configuration. I'm sure this
      is a common problem, so let's specifically mention that in the document.
      073a813e
  2. 17 Jul, 2014 1 commit
  3. 16 Jul, 2014 1 commit
  4. 11 Jul, 2014 6 commits
  5. 10 Jul, 2014 1 commit
  6. 05 Jul, 2014 2 commits
  7. 02 Jul, 2014 1 commit
    • yuuzi41's avatar
      fix invalid esx5 path separator in windows · 982e523b
      yuuzi41 authored
      before, this code had joining path elements by filepath module. filepath module generate path string with backslash-joined in Windows. but ESX require path string with slash-joined. it means that this code generate illegal path string in windows. illegal path string raised "Error creating disk".
      
      this patch fixes path separator from backslash to slash in windows. from this, creating disk would succeed without error.
      982e523b
  8. 01 Jul, 2014 2 commits
  9. 30 Jun, 2014 7 commits
  10. 28 Jun, 2014 3 commits
  11. 26 Jun, 2014 2 commits
  12. 25 Jun, 2014 11 commits