vagrant - How to lock in a chef recipe -


i attempting run vagrant chef, running current bug ;

https://tickets.opscode.com/browse/cook-3989?focusedcommentid=43724&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-43724

[2013-11-12t15:47:30+00:00] fatal: syntaxerror: compile error /tmp/vagrant-chef-1/chef-solo-1/cookbooks/postfix/metadata.rb:19: syntax error, unexpected ':', expecting $end display_name: 'postfix/main',

this commenter states fixed doing following :

i locked postfix recipe usage @ 3.0.2 in meantime

how can done?

you have 2 options:

  1. upgrade ruby

you running ruby < 1.9. supported version of ruby 2.1 , 1.8 series deprecated , 1.9 series scheduled deprecation.

  1. change version

what commenter meant "use older version of cookbook". can specifying -v flag knife or downloading older version community site.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -