From fc7d32896254b33e82d8b8adb3f9e8a098c5218c Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 21 Oct 2012 15:34:06 +0200 Subject: fix typo --- manifests/config/file.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3