removed autoimports

git-svn-id: https://svn/ipuppet/trunk/modules/sshd@346 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
mh 2008-01-02 19:40:42 +00:00
parent 58304b2f27
commit 6f59d15abf

View file

@ -5,13 +5,13 @@
modules_dir { "sshd": }
class sshd {
service{'sshd':
enable => true,
ensure => running,
require => Package[openssh],
require => $operatingsystem ? {
openbsd => '',
default => Package[openssh],
}
}
package{openssh: