summaryrefslogtreecommitdiffstats
path: root/provisioning-getdevicevalues-templated.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-10-10 15:24:51 +0000
committerTed Trask <ttrask01@yahoo.com>2011-10-10 15:24:51 +0000
commit6e029cd625261b77c94cdf3c38139a7d0fc381c4 (patch)
treefb0bfb84215f86f0a6547adb3b90c7ca2316abf7 /provisioning-getdevicevalues-templated.lsp
parenta47f82e3b84e6757501d1cec6a78870dc6c459c0 (diff)
downloadacf-provisioning-6e029cd625261b77c94cdf3c38139a7d0fc381c4.tar.bz2
acf-provisioning-6e029cd625261b77c94cdf3c38139a7d0fc381c4.tar.xz
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
Diffstat (limited to 'provisioning-getdevicevalues-templated.lsp')
-rw-r--r--provisioning-getdevicevalues-templated.lsp8
1 files changed, 0 insertions, 8 deletions
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
-%>