* Add tests.

This commit is contained in:
gardouille 2015-02-24 14:38:07 +01:00
parent e70f6e4d78
commit 1c51af5f57
5 changed files with 18 additions and 0 deletions

View File

@ -14,6 +14,7 @@ This is a release introduce the Xymon server management.
##### Changes
* README.md: Add informations for the xymon::server class.
* Add tests.
---------------------------------------

View File

@ -0,0 +1,3 @@
class { 'xymon::client':
list_server => [ '192.168.0.10', '10.10.10.10' ],
}

View File

@ -0,0 +1,3 @@
class { 'xymon::server':
new_version => '4.3.16',
}

View File

@ -0,0 +1,7 @@
class { 'xymon::server':
manage_client => false,
}
class { 'xymon::client':
list_server => [ '127.0.0.1', '192.168.0.10' ],
}

View File

@ -0,0 +1,4 @@
class { 'xymon::server':
manage_apache_conf => false,
manage_apache_vhost => false,
}