diff options
author | mh <mh@immerda.ch> | 2010-06-28 21:19:02 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-06-28 21:19:02 +0200 |
commit | a05aded859c11181a60db71f852ed59260a08a97 (patch) | |
tree | 16ab1894ca62799eba42e133225c94e4b44193dc /manifests/defaults/hostgroups.pp | |
parent | a39602b3a60d723c8cea26a76e26c753e22ca655 (diff) |
whitespace cleanup
Diffstat (limited to 'manifests/defaults/hostgroups.pp')
-rw-r--r-- | manifests/defaults/hostgroups.pp | 20 |
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'; + } } |