diff options
author | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-11-09 19:42:58 +0000 |
---|---|---|
committer | Ken Raffenetti <raffenet@mcs.anl.gov> | 2006-11-09 19:42:58 +0000 |
commit | 2ce370ceda0827b47d976bf388892b34d1117b5e (patch) | |
tree | 27d5a92166a4bb20626690f688fa7db92d3f349c /src/lib/Server/Hostbase/templates/hosts.tmpl | |
parent | bc4a0b7655b17d3183c5436c9f7329772c946751 (diff) | |
download | bcfg2-2ce370ceda0827b47d976bf388892b34d1117b5e.tar.gz bcfg2-2ce370ceda0827b47d976bf388892b34d1117b5e.tar.bz2 bcfg2-2ce370ceda0827b47d976bf388892b34d1117b5e.zip |
updates to Hostbase plugin and file templates
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2478 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Hostbase/templates/hosts.tmpl')
-rw-r--r-- | src/lib/Server/Hostbase/templates/hosts.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Hostbase/templates/hosts.tmpl b/src/lib/Server/Hostbase/templates/hosts.tmpl index e104333c9..4fded9d55 100644 --- a/src/lib/Server/Hostbase/templates/hosts.tmpl +++ b/src/lib/Server/Hostbase/templates/hosts.tmpl @@ -3,7 +3,7 @@ # # This file is generated automatically - DO NOT EDIT IT. # -# Generated on: {{ timecreated }} +# Generated on: {% now "r" %} # 127.0.0.1 localhost.mcs.anl.gov localhost @@ -22,5 +22,5 @@ {% for octet in three_octets_data %}{{ octet.0 }} {{ octet.1 }} {% endfor %} # -# Total host interfaces (ip addresses) in this file: {{ three_octets }} +# Total host interfaces (ip addresses) in this file: {{ num_ips }} |