From 531136ef9ef7bfa1626fb967708e7289be7fb23e Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 19 Mar 2007 17:43:58 +0000 Subject: Updating the config generation stuff a bit, mostly just cleanup, but also changing the servername fact to be the fqdn of the server. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2321 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/network/handler/master.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/network/handler') diff --git a/lib/puppet/network/handler/master.rb b/lib/puppet/network/handler/master.rb index 2b0a215d0..c728638b2 100644 --- a/lib/puppet/network/handler/master.rb +++ b/lib/puppet/network/handler/master.rb @@ -24,7 +24,7 @@ class Puppet::Network::Handler facts["serverversion"] = Puppet.version.to_s # And then add the server name and IP - {"servername" => "hostname", + {"servername" => "fqdn", "serverip" => "ipaddress" }.each do |var, fact| if obj = Facter[fact] -- cgit