Dear all,
I have a parameterized class and I have my ECN in perl as followed:
classes{'myclass'} = { "abc" => On,};
and in my template erb:
SecRuleEngine <%= abc %>
----
When I applied this to my puppet agent, I would then get:
SecRuleEngine true.
How is that On becomes true and Off becomes false? How can I fix
this?
Thank you very much.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.