aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-10 14:20:09 +0000
committerMichael Scherer <misc@mageia.org>2012-02-10 14:20:09 +0000
commit9c6ca550685d13f4cde9b596c4748a0ef58ed426 (patch)
tree0ea58cd3b9f57e48f8e19891b5ba7cfc8e0d20b0 /deployment/websites
parent53852be2a6b05fa8d6eba551c0283163a2ca085a (diff)
downloadpuppet-9c6ca550685d13f4cde9b596c4748a0ef58ed426.tar
puppet-9c6ca550685d13f4cde9b596c4748a0ef58ed426.tar.gz
puppet-9c6ca550685d13f4cde9b596c4748a0ef58ed426.tar.bz2
puppet-9c6ca550685d13f4cde9b596c4748a0ef58ed426.tar.xz
puppet-9c6ca550685d13f4cde9b596c4748a0ef58ed426.zip
no longer touch to /etc/hosts, not needed anymore since last commit on apache module
Diffstat (limited to 'deployment/websites')
-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/",
}