diff options
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 5179e08..ee233db 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -260,9 +260,6 @@ class sshd::base {  }  class sshd::linux inherits sshd::base { -  package{openssh: -    ensure => present, -  }    File[sshd_config]{      require +> Package[openssh],    } | 
