You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
I have a template for zabbix_agentd.conf.erb that has the following line in it:
<% if has_variable?( "mysqlsrv" ) then %> UserParameter=FromDual.MySQL.check,/usr/local/mysql_performance_monitor/FromDualMySQLagent.pl /usr/local/mysql_performance_monitor/etc/FromDualMySQLagent.conf <% end %>
I defined the variable $mysqlsrv = "true" in node.pp. However, it seems the file is really never updated based on the condition.
Any suggestions how to troubleshoot this issue? I feel a bit lost.