diff options
author | mh <mh@immerda.ch> | 2009-02-02 23:19:06 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-02-02 23:19:06 +0000 |
commit | 868ec39ca8226468e158bdee0e36ad1ffe15cf25 (patch) | |
tree | df0ec37073884cf4f14f7e6ef4cb3d2512323ae9 /manifests | |
parent | 0e54d548b75d24c9df4f5a4b7218e04a21d0b615 (diff) | |
download | puppet-ejabberd-868ec39ca8226468e158bdee0e36ad1ffe15cf25.tar.gz puppet-ejabberd-868ec39ca8226468e158bdee0e36ad1ffe15cf25.tar.bz2 |
correct naming
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nagios.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nagios.pp b/manifests/nagios.pp index c01a2d7..2935afe 100644 --- a/manifests/nagios.pp +++ b/manifests/nagios.pp @@ -1,6 +1,6 @@ # manifests/nagios.pp -class jabber::nagios { +class ejabberd::nagios { case $jabber_nagios_domain { '': { $jabber_nagios_domain = $fqdn } } |