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)) \