]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
rename the templates to coincide with the downcased lsbdistcodename
authorMicah Anderson <micah@riseup.net>
Sat, 27 Sep 2008 20:51:32 +0000 (16:51 -0400)
committerMicah Anderson <micah@riseup.net>
Sat, 27 Sep 2008 20:51:32 +0000 (16:51 -0400)
also add a missing comma in the content selector

manifests/init.pp
templates/sshd_config/Debian_etch.erb [moved from templates/sshd_config/Debian_Etch.erb with 100% similarity]
templates/sshd_config/Debian_lenny.erb [moved from templates/sshd_config/Debian_Lenny.erb with 100% similarity]

index be33d7d6a308d0f594f6a72074edebd0c5c672b0..519e2421f936adb73c052e78ed7fdada3aeefd47 100644 (file)
@@ -191,7 +191,7 @@ class sshd::base {
         content => $lsbdistcodename ? {
           '' => template("sshd/sshd_config/${operatingsystem}.erb"),
           default => template ("sshd/sshd_config/${operatingsystem}_${lsbdistcodename}.erb"),
-        }
+        },
         notify => Service[sshd],
     }
     # Now add the key, if we've got one