From 6e029cd625261b77c94cdf3c38139a7d0fc381c4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 10 Oct 2011 15:24:51 +0000 Subject: Added viewclassparams, getfile, and putfile actions plus determine_class.lua script and provisioning_requests table. viewclassparams shows the parameters and default values for a class getfile is used to get the config file for a known device and a default config file for unconfigured devices putfile is unimplemented, but will be used for parsing files uploaded to the server determine_class.lua determines which device class best matches an unconfigured device (by agent) provisioning_requests table will track the last request (ip, agent, and timestamp) for each device --- provisioning-getdevicevalues-templated.lsp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 provisioning-getdevicevalues-templated.lsp (limited to 'provisioning-getdevicevalues-templated.lsp') diff --git a/provisioning-getdevicevalues-templated.lsp b/provisioning-getdevicevalues-templated.lsp deleted file mode 100644 index 0cc624a..0000000 --- a/provisioning-getdevicevalues-templated.lsp +++ /dev/null @@ -1,8 +0,0 @@ -<% local data, viewlibrary, page_info = ... %> - -<% -if not data.errtxt and data.value.values and data.value.values.value.device and data.value.values.value.device.template then - local func = haserl.loadfile(data.value.values.value.device.template) - func(data.value.values.value) -end -%> -- cgit v1.2.3