laradji / zabbix

Zabbix chef cookbook
Apache License 2.0
91 stars 124 forks source link

zabbix::database weird behavior #88

Closed smw1218 closed 10 years ago

smw1218 commented 11 years ago

I've managed to debug this down to a simple repro:

sudo chef-client -o "recipe[ubuntu::default]" -W ---> first Recipe: apt::default (expected)

sudo chef-client -o "recipe[ubuntu::default],recipe[zabbix::database]" -W ---> first Recipe: build-essential::debian

Somehow the inclusion of zabbix::database in my run list, causes itself to go to the top of the run list. This always fails because I need to run apt-get update before installing packages.

I can't find anything in the recipe that could cause this but maybe you guys have some insight.

laradji commented 11 years ago

Hi @smw1218, do you use the last version on this GIT repository ?

smw1218 commented 11 years ago

Yes, I did a manual snapshot on Monday.