From ddec3e0b4f34d4eb946aae09f8bd53b33be12371 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Tue, 17 Jul 2012 20:30:54 +0400 Subject: [PATCH] [iso] Added agent to admin node --- iso/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/module.mk b/iso/module.mk index 78f2bf7db..e558c2bc8 100644 --- a/iso/module.mk +++ b/iso/module.mk @@ -337,7 +337,7 @@ $/isoroot.done: \ $(addprefix $(ISOROOT)/sync/,$(call find-files,iso/sync)) \ $(addprefix $(ISOROOT)/indices/,$(call find-files,$(BINARIES_DIR)/ubuntu/$(ISO_RELEASE)/indices)) \ $(addprefix $(ISOROOT)/nailgun/,$(call find-files,nailgun)) \ - $(addprefix $(ISOROOT)/nailgun/bin/,create_release install_cookbook deploy) \ + $(addprefix $(ISOROOT)/nailgun/bin/,create_release install_cookbook deploy agent) \ $(addprefix $(ISOROOT)/nailgun/solo/,solo.rb solo.json) \ $(addprefix $(ISOROOT)/nailgun/cookbooks/,$(call find-files,cookbooks)) \ $(addprefix $(ISOROOT)/nailgun/os-cookbooks/,$(call find-files,cooks)) \