You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use zabbix::userparams in node definition like that:
node test {
include zabbix::agent
zabbix::userparams { 'mysql.conf':
content => 'UserParameter=mysql.ping,mysqladmin -uroot ping | grep -c alive',
}
and when run puppet aggent -t got error:
Error: Could not apply complete catalog: Found 1 dependency cycle:
(File[/mysql.conf.conf] => Service[zabbix-agent] => File[/mysql.conf.conf])
Try the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz
I try use zabbix:userparams without inslude zabbix::agent, but got error:
Error: Failed to apply catalog: Could not find dependency Service[zabbix-agent] for File[/mysql.conf.conf] at /etc/puppet/modules/zabbix/manifests/userparameters.pp:60
How use this to work correctly ?
The text was updated successfully, but these errors were encountered:
Hi,
I use zabbix::userparams in node definition like that:
node test {
include zabbix::agent
zabbix::userparams { 'mysql.conf':
content => 'UserParameter=mysql.ping,mysqladmin -uroot ping | grep -c alive',
}
and when run puppet aggent -t got error:
Error: Could not apply complete catalog: Found 1 dependency cycle:
(File[/mysql.conf.conf] => Service[zabbix-agent] => File[/mysql.conf.conf])
Try the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz
I try use zabbix:userparams without inslude zabbix::agent, but got error:
Error: Failed to apply catalog: Could not find dependency Service[zabbix-agent] for File[/mysql.conf.conf] at /etc/puppet/modules/zabbix/manifests/userparameters.pp:60
How use this to work correctly ?
The text was updated successfully, but these errors were encountered: