Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed rundeck_project options #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adityaU
Copy link

@adityaU adityaU commented Feb 3, 2015

Relevant File Content:
----------------------
/home/ubuntu/chef-solo/cookbooks-2/poise/libraries/lazy_default.rb:

 33:        extend ClassMethods
 34:
 35:        def set_or_return(symbol, arg, validation)
 36:          if validation && validation[:default].is_a?(Chef::DelayedEvaluator)
 37:            validation = validation.dup
 38:            validation[:default] = instance_eval(&validation[:default])
 39:          end
 40>>         super(symbol, arg, validation)
 41:        end
 42:      end
 43:    end
 44:  end
 45:


Running handlers:
[2015-02-03T07:02:19+00:00] ERROR: Running exception handlers
Running handlers complete
[2015-02-03T07:02:19+00:00] ERROR: Exception handlers complete
[2015-02-03T07:02:19+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
Chef Client failed. 0 resources updated in 0.918596855 seconds
[2015-02-03T07:02:19+00:00] ERROR: undefined method `join' for "privateKey password":String
[2015-02-03T07:02:20+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant