Skip to content

Instantly share code, notes, and snippets.

@jblaine
Created March 6, 2013 20:15
Show Gist options
  • Save jblaine/5102661 to your computer and use it in GitHub Desktop.
Save jblaine/5102661 to your computer and use it in GitHub Desktop.
sigh
default_attributes (
:yum => {
:proxy => "http://gatekeeper.our.org:80"
},
:netgroups => {},
:openssh => {
:server => {
:x11_forwarding => "yes"
}
}
)
rcf-chef:rcf-linux-beta> knife role from file roles/rcf-advanced-rhel5-base.rb
ERROR: SyntaxError: /afs/rcf.our.org/user/jblaine/rcf-chef/roles/rcf-advanced-rhel5-base.rb:23: syntax error, unexpected tASSOC, expecting ')'
:yum => {
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment