From: Silvio Rhatto Date: Sat, 6 Mar 2010 17:54:35 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6b7c652a81fd603ed3d691b0a4b31e3fd42e8d0d;p=puppet-nodo.git Minor fix --- diff --git a/manifests/websites.pp b/manifests/websites.pp index 0374987..eeba8be 100644 --- a/manifests/websites.pp +++ b/manifests/websites.pp @@ -77,7 +77,6 @@ class websites::setup { # We have to use 'zzz-erro' so it will be the last matched vhost apache::site { "erro": ensure => absent, - source => true, docroot => '/var/www/erro', filename => 'zzz-erro', }