From e71d5c90fdb1f74f1cd4f19474d26d8603c11528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 9 Jun 2011 15:29:33 +0200 Subject: [PATCH] Blah, rename correctly (it is only agent) --- setup.py | 2 +- slapos/recipe/{zabbix => zabbixagent}/__init__.py | 0 slapos/recipe/{zabbix => zabbixagent}/zabbix_agentd.conf.in | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename slapos/recipe/{zabbix => zabbixagent}/__init__.py (100%) rename slapos/recipe/{zabbix => zabbixagent}/zabbix_agentd.conf.in (100%) diff --git a/setup.py b/setup.py index b8c89d329..c1f18da12 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,6 @@ setup(name=name, 'testnode = slapos.recipe.testnode:Recipe', 'vifib = slapos.recipe.vifib:Recipe', 'xwiki = slapos.recipe.xwiki:Recipe', - 'zabbix = slapos.recipe.zabbix:Recipe', + 'zabbixagent = slapos.recipe.zabbixagent:Recipe', ]}, ) diff --git a/slapos/recipe/zabbix/__init__.py b/slapos/recipe/zabbixagent/__init__.py similarity index 100% rename from slapos/recipe/zabbix/__init__.py rename to slapos/recipe/zabbixagent/__init__.py diff --git a/slapos/recipe/zabbix/zabbix_agentd.conf.in b/slapos/recipe/zabbixagent/zabbix_agentd.conf.in similarity index 100% rename from slapos/recipe/zabbix/zabbix_agentd.conf.in rename to slapos/recipe/zabbixagent/zabbix_agentd.conf.in -- 2.30.9