]> gitweb.fluxo.info Git - puppet-lighttpd.git/commitdiff
fix typo master
authormh <mh@immerda.ch>
Sun, 21 Oct 2012 13:34:06 +0000 (15:34 +0200)
committermh <mh@immerda.ch>
Sun, 21 Oct 2012 13:34:06 +0000 (15:34 +0200)
manifests/config/file.pp

index 95a596868e4ba99e2788e07532d4e8e29efd5900..d64945fed58abfa2af6b8009783536637d668c1c 100644 (file)
@@ -26,7 +26,7 @@ define lighttpd::config::file(
       $link_ensure = $ensure ? {
         'present' => 'link',
         default   => $ensure
-      },
+      }
       file{"/etc/lighttpd/conf-enabled/${name}.conf":
         ensure  => $link_ensure,
         target  => "${lighttpd::conf_dir}/${name}.conf",