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

Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, undefined method `build' for nil:NilClass at (wrapper class) #34

Open
alathers opened this issue Jun 24, 2016 · 0 comments

Comments

@alathers
Copy link

When trying to use the syslog_ng::source type I get the above error.
.... /syslog_ng/manifests/source.pp:12:18

Ruby is 1.9.3 OS is Ubuntu 14. Puppet is 3.8. I haven't been able to debug and diagnose just yet, but it seems to be related to:

in source.pp, this is the line:
content => generate_statement($id, $type, $params),

which refers to:
Statement.generate_statement(id, type, params)

which leads to:
def self.generate_statement(id, type, options)
create_configuration_tree(id, type, options)
render_configuration()
end

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

No branches or pull requests

1 participant