chef-cookbooks / auditd

Install and configure user mode auditd tools
Apache License 2.0
34 stars 39 forks source link

syntax error in 2.3.2 #44

Closed eheydrick closed 6 years ago

eheydrick commented 6 years ago

Introduced in #42. Fix incoming.

Chef::Mixin::Template::TemplateError
    ------------------------------------
    (erubis):73: syntax error, unexpected '~', expecting keyword_then or ';' or '\n'
    ...; if node['platform_version'] ~= /^6/
    ...                              ^
    (erubis):76: syntax error, unexpected keyword_else, expecting '}'
    '; else
       ^~~~
    (erubis):79: syntax error, unexpected keyword_end, expecting end-of-input
    '; end
       ^~~
eheydrick commented 6 years ago

Actually fix in #43.