purplehazech / puppet-zabbix

zabbix module with focus on using zabbix api to provision zabbix from puppet
GNU Affero General Public License v3.0
7 stars 6 forks source link

ensure that template support does xml import/export #11

Open hairmare opened 11 years ago

hairmare commented 11 years ago

The idea is to do most heavy lifting in the xml format and just manage xml exports under code control.

This enables me to create some simple erb files and most use cases should be satisfied.

I also realized, that speccing out new templates in puppet would is not really handy, and might also make this a support nightmare.

hairmare commented 9 years ago

mostly solved in zabbix_configuration_import... still needs real spec tests though