summaryrefslogtreecommitdiff
path: root/manifests/defaults
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-06-28 21:19:02 +0200
committermh <mh@immerda.ch>2010-06-28 21:19:02 +0200
commita05aded859c11181a60db71f852ed59260a08a97 (patch)
tree16ab1894ca62799eba42e133225c94e4b44193dc /manifests/defaults
parenta39602b3a60d723c8cea26a76e26c753e22ca655 (diff)
whitespace cleanup
Diffstat (limited to 'manifests/defaults')
-rw-r--r--manifests/defaults/hostgroups.pp20
1 files changed, 9 insertions, 11 deletions
diff --git a/manifests/defaults/hostgroups.pp b/manifests/defaults/hostgroups.pp
index 3a4f4d1..8715ade 100644
--- a/manifests/defaults/hostgroups.pp
+++ b/manifests/defaults/hostgroups.pp
@@ -1,13 +1,11 @@
class nagios::defaults::hostgroups {
-
- nagios_hostgroup {
- 'all':
- alias => 'All Servers',
- members => '*';
- 'debian-servers':
- alias => 'Debian GNU/Linux Servers';
- 'centos-servers':
- alias => 'CentOS GNU/Linux Servers';
- }
-
+ nagios_hostgroup {
+ 'all':
+ alias => 'All Servers',
+ members => '*';
+ 'debian-servers':
+ alias => 'Debian GNU/Linux Servers';
+ 'centos-servers':
+ alias => 'CentOS GNU/Linux Servers';
+ }
}