From b2f01eefe16bc19797360ee2a05805e6dc330d38 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 20 Jan 2010 13:34:15 +0000 Subject: Change hostname get to return fqdn if available. --- hostname-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hostname-controller.lua') diff --git a/hostname-controller.lua b/hostname-controller.lua index 10ab81c..623373f 100644 --- a/hostname-controller.lua +++ b/hostname-controller.lua @@ -6,7 +6,7 @@ require("controllerfunctions") default_action = "read" read = function(self) - return self.model.get() + return self.model.get(true) end edit = function(self) -- cgit v1.2.3