From: mh Date: Sun, 21 Oct 2012 13:34:06 +0000 (+0200) Subject: fix typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fc7d32896254b33e82d8b8adb3f9e8a098c5218c;p=puppet-lighttpd.git fix typo --- diff --git a/manifests/config/file.pp b/manifests/config/file.pp index 95a5968..d64945f 100644 --- a/manifests/config/file.pp +++ b/manifests/config/file.pp @@ -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",