Changeset

1904:0aa55a5dafde

modulemanager: Add host.modules to contain a table of modules for a host
author Matthew Wild <mwild1@gmail.com>
date Mon, 05 Oct 2009 10:42:36 +0100
parents 1866:cc7f212b2c48
children 1905:e3e0a17e0b33
files core/modulemanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core/modulemanager.lua	Fri Oct 02 22:37:03 2009 +0100
+++ b/core/modulemanager.lua	Mon Oct 05 10:42:36 2009 +0100
@@ -106,6 +106,7 @@
 	
 	if not modulemap[host] then
 		modulemap[host] = {};
+		hosts[host].modules = modulemap[host];
 	end
 	
 	if modulemap[host][module_name] then