We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: