diff options
Diffstat (limited to 'modules/xymon/manifests/client.pp')
-rw-r--r-- | modules/xymon/manifests/client.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xymon/manifests/client.pp b/modules/xymon/manifests/client.pp index 890430c6..c7883841 100644 --- a/modules/xymon/manifests/client.pp +++ b/modules/xymon/manifests/client.pp @@ -13,7 +13,7 @@ class xymon::client { require => Package['xymon-client'], } - # TODO replace with a exported ressource + # TODO replace with a exported resource $server = extlookup('hobbit_server','x') file { '/etc/sysconfig/xymon-client': content => template('xymon/xymon-client'), |