diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-07-25 11:17:06 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-07-25 11:17:06 +0000 |
commit | 34bcb5c3d607d580a19ccba06fe43b6d02a8eb00 (patch) | |
tree | d5d6a4cbf96ec4d41a1a566c5c8b509669b74ab8 /manifests/init.pp | |
parent | e50ea57b58f19391e83d85c734530678d0519e58 (diff) | |
download | puppet-sshd-34bcb5c3d607d580a19ccba06fe43b6d02a8eb00.tar.gz puppet-sshd-34bcb5c3d607d580a19ccba06fe43b6d02a8eb00.tar.bz2 |
fixed fact as centos doesn't seem to add the hostname to the hostkey, fixed package requirement
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1994 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 3b20efb..569b234 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -105,7 +105,7 @@ class sshd::base { type => ssh-rsa, key => $sshrsakey_key, ensure => present, - require => Package["openssh-client"], + require => Package["openssh-clients"], } } } |