aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/websites/manifests/forum_proxy.pp5
1 files changed, 0 insertions, 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/",
}