aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-03-06 14:54:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-03-06 14:54:35 -0300
commit6b7c652a81fd603ed3d691b0a4b31e3fd42e8d0d (patch)
treeb107d2fd4586a7b99007a40e2322b55a0bfb6918 /manifests
parentda08f2566ee450fbb51adb0382e18da8e7d25c44 (diff)
downloadpuppet-nodo-6b7c652a81fd603ed3d691b0a4b31e3fd42e8d0d.tar.gz
puppet-nodo-6b7c652a81fd603ed3d691b0a4b31e3fd42e8d0d.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/websites.pp1
1 files changed, 0 insertions, 1 deletions
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',
}