codestyle

git-svn-id: https://svn/ipuppet/trunk/modules/sshd@615 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
mh 2008-01-30 23:27:37 +00:00
parent c247ed88fb
commit 3a98e63253

View file

@ -33,8 +33,6 @@ class sshd {
}
}
}
}
define sshd::sshd_config (
@ -55,6 +53,6 @@ define sshd::sshd_config (
notify => $operatingsystem ? {
openbsd => Exec[sshd_refresh],
default => Service[sshd],
}
},
}
}