From 2e8c16513040781f352a0e28d7462aba64cbe195 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Dec 2009 10:51:08 -0200 Subject: Block fix --- manifests/init.pp | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 00778f9..4d02b40 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -98,17 +98,18 @@ class apache { require => File["${apache2_macros}"], notify => Service["apache"], } - } - default: { - file { "${apache2_sites}-available/$title": - ensure => $ensure, - content => template('apache/site.erb'), - owner => root, - group => root, - mode => 0644, - require => File["${apache2_macros}"], - notify => Service["apache"], } + default: { + file { "${apache2_sites}-available/$title": + ensure => $ensure, + content => template('apache/site.erb'), + owner => root, + group => root, + mode => 0644, + require => File["${apache2_macros}"], + notify => Service["apache"], + } + } } $status = $ensure ? { -- cgit v1.2.3