Created
October 29, 2012 21:16
-
-
Save jblaine/3976591 to your computer and use it in GitHub Desktop.
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
rcf-kerberos:rcf-linux-beta> sudo chef-solo -o "recipe[rcf-netgroups]","recipe[rcf-kerberos]" -c /afs/rcf/user/jblaine/solo.rb | |
[2012-10-29T17:12:23-04:00] INFO: *** Chef 10.14.2 *** | |
[2012-10-29T17:12:25-04:00] WARN: Run List override has been provided. | |
[2012-10-29T17:12:25-04:00] WARN: Original Run List: [] | |
[2012-10-29T17:12:25-04:00] WARN: Overridden Run List: [recipe[rcf-netgroups], recipe[rcf-kerberos]] | |
[2012-10-29T17:12:25-04:00] INFO: Run List is [recipe[rcf-netgroups], recipe[rcf-kerberos]] | |
[2012-10-29T17:12:25-04:00] INFO: Run List expands to [rcf-netgroups, rcf-kerberos] | |
[2012-10-29T17:12:25-04:00] INFO: Starting Chef Run for rcf-linux-beta.our.org | |
[2012-10-29T17:12:25-04:00] INFO: Running start handlers | |
[2012-10-29T17:12:25-04:00] INFO: Start handlers complete. | |
================================================================================ | |
Recipe Compile Error in /afs/rcf/user/jblaine/rcf-chef/cookbooks/rcf-kerberos/recipes/default.rb | |
================================================================================ | |
NoMethodError | |
------------- | |
undefined method `include?' for nil:NilClass | |
Cookbook Trace: | |
--------------- | |
/afs/rcf/user/jblaine/rcf-chef/cookbooks/rcf-kerberos/recipes/default.rb:11:in `from_file' | |
Relevant File Content: | |
---------------------- | |
/afs/rcf/user/jblaine/rcf-chef/cookbooks/rcf-kerberos/recipes/default.rb: | |
1: # | |
2: # Cookbook Name:: rcf-nss | |
3: # Recipe:: default | |
4: # | |
5: # Copyright 2012, whatever | |
6: # | |
7: # All rights reserved - Do Not Redistribute | |
8: # | |
9: | |
[2012-10-29T17:12:25-04:00] ERROR: Running exception handlers | |
[2012-10-29T17:12:25-04:00] ERROR: Exception handlers complete | |
[2012-10-29T17:12:25-04:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out | |
[2012-10-29T17:12:25-04:00] FATAL: NoMethodError: undefined method `include?' for nil:NilClass | |
rcf-kerberos:rcf-linux-beta> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment