]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
the sshd::linux class cannot also define the openssh package
authorMicah Anderson <micah@riseup.net>
Wed, 8 Jul 2009 01:02:31 +0000 (21:02 -0400)
committerMicah Anderson <micah@riseup.net>
Wed, 8 Jul 2009 01:02:31 +0000 (21:02 -0400)
if we are to have the possibility of potentially overriding the version number it must be done in the base class

manifests/init.pp

index 5179e082073bd80717ce600593844d5171aa8bfd..ee233db53e04df60b11f5df1b1a4ee01d1bebd1f 100644 (file)
@@ -260,9 +260,6 @@ class sshd::base {
 }
 
 class sshd::linux inherits sshd::base {
-  package{openssh:
-    ensure => present,
-  }
   File[sshd_config]{
     require +> Package[openssh],
   }