diff options
Diffstat (limited to 'modules/xymon/templates/xymon-client')
-rw-r--r-- | modules/xymon/templates/xymon-client | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/xymon/templates/xymon-client b/modules/xymon/templates/xymon-client index ae54b2f3..84dbfad1 100644 --- a/modules/xymon/templates/xymon-client +++ b/modules/xymon/templates/xymon-client @@ -11,9 +11,9 @@ # HOBBITSERVERS="10.0.0.1 192.168.1.1" <% if scope.function_versioncmp([lsbdistrelease, '5']) >= 0 %> -XYMONSERVERS="<%= server %>" +XYMONSERVERS="<%= @server %>" <% else %> -HOBBITSERVERS="<%= server %>" +HOBBITSERVERS="<%= @server %>" <% end %> # The defaults usually suffice for the rest of this file, |