Created
March 6, 2013 20:15
-
-
Save jblaine/5102661 to your computer and use it in GitHub Desktop.
sigh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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