diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-06 14:54:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-06 14:54:35 -0300 |
commit | 6b7c652a81fd603ed3d691b0a4b31e3fd42e8d0d (patch) | |
tree | b107d2fd4586a7b99007a40e2322b55a0bfb6918 | |
parent | da08f2566ee450fbb51adb0382e18da8e7d25c44 (diff) | |
download | puppet-nodo-6b7c652a81fd603ed3d691b0a4b31e3fd42e8d0d.tar.gz puppet-nodo-6b7c652a81fd603ed3d691b0a4b31e3fd42e8d0d.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/websites.pp | 1 |
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', } |