From 9c6ca550685d13f4cde9b596c4748a0ef58ed426 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 10 Feb 2012 14:20:09 +0000 Subject: no longer touch to /etc/hosts, not needed anymore since last commit on apache module --- deployment/websites/manifests/forum_proxy.pp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deployment/websites/manifests/forum_proxy.pp b/deployment/websites/manifests/forum_proxy.pp index 38075893..04d41692 100644 --- a/deployment/websites/manifests/forum_proxy.pp +++ b/deployment/websites/manifests/forum_proxy.pp @@ -2,11 +2,6 @@ class buildsystem { class forum_proxy { $web_domain = "forums.$domain" - host { "$web_domain": - ip => '192.168.122.131', - ensure => 'present', - } - apache::vhost_reverse_proxy { "$web_domain": url => "http://$web_domain/", } -- cgit v1.2.1