diff options
author | mh <mh@immerda.ch> | 2010-10-20 20:56:15 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-10-20 20:56:15 +0200 |
commit | 988a88f4e62065b45c8e32f6f915e052ff394003 (patch) | |
tree | 519f4ffb6d35493355af2d25579a5d8550c73022 /manifests/init.pp | |
parent | ceb1280177cf28edbe5a60cd4169a43870cd192f (diff) | |
download | puppet-sshd-988a88f4e62065b45c8e32f6f915e052ff394003.tar.gz puppet-sshd-988a88f4e62065b45c8e32f6f915e052ff394003.tar.bz2 |
move define to own class
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 13cb359..449f09f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -233,9 +233,6 @@ class sshd { } if $use_nagios { - define sshd::nagios { - nagios::service{ "ssh_port_${name}": check_command => "check_ssh_port!$name" } - } case $nagios_check_ssh { false: { info("We don't do nagioschecks for ssh on ${fqdn}" ) } default: { sshd::nagios{$sshd_ports:} } |