Displaying 1 result from an estimated 1 matches for "aanpassen".
Did you mean:
anpassen
2010 Sep 27
4
why does puppet shuffle its ‘phases’ and how can I stop this?
...:
path => "/etc/zabbix/zabbix_agentd.conf",
purge => false,
force => false,
owner => root,
group => root,
mode => 644,
source => "puppet:///zabbix/zabbix_agentd.conf",
}
exec {"Aanpassen van de zabbix_agentd.conf":
command => "/bin/sed -i ''s/Hostname=/Hostname=$hostname/g'' /etc/
zabbix/zab
bix_agentd.conf"
}
service { "zabbix_agent":
name => "zabbix_agent",
enable => true,
ensure...