aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes')
-rw-r--r--manifests/nodes/alamut.pp66
-rw-r--r--manifests/nodes/jonund.pp10
-rw-r--r--[-rwxr-xr-x]manifests/nodes/sucuk.pp0
-rw-r--r--manifests/nodes/valstar.pp7
4 files changed, 0 insertions, 83 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
deleted file mode 100644
index 34285b3e..00000000
--- a/manifests/nodes/alamut.pp
+++ /dev/null
@@ -1,66 +0,0 @@
-# web apps
-node alamut {
-# Location: IELO datacenter (marseille)
-#
-# TODO:
-# - Review board
-# - api
-# - pastebin
-# - LDAP slave
-#
- include common::default_mageia_server_no_smtp
- include postgresql::server
- postgresql::tagged { 'old': }
-
- timezone::timezone { 'Europe/Paris': }
-
- include dns::server
-
- class {'epoll::var':
- db_password => extlookup('epoll_pgsql','x'),
- }
- include epoll
- include epoll::create_db
-
- include postfix::server::primary
-
- # temporary, just the time the vm is running there
- host { 'friteuse':
- ensure => 'present',
- ip => '192.168.122.131',
- host_aliases => [ "friteuse.${::domain}", "forums.${::domain}" ],
- }
-
- # to create all phpbb database on alamut
- phpbb::databases { $fqdn: }
-
- apache::vhost::redirect_ssl { "forums.${::domain}": }
- apache::vhost_redirect { "forum.${::domain}":
- url => "https://forums.${::domain}/",
- }
- apache::vhost_redirect { "ssl_forum.${::domain}":
- url => "https://forums.${::domain}/",
- vhost => "forum.${::domain}",
- use_ssl => true,
- }
-
- # connect to ssl so the proxy do not shoke if trying to
- # enforce ssl ( note that this has not been tested, maybe this
- # is uneeded )
- apache::vhost::reverse_proxy { "ssl_forums.${::domain}":
- url => "https://forums.${::domain}/",
- vhost => "forums.${::domain}",
- use_ssl => true,
- content => '
- RewriteEngine On
- RewriteCond %{QUERY_STRING} mode=register
- RewriteRule .*ucp.php - [forbidden]
- ',
- }
-
- include tld_redirections
-
- include libvirtd::kvm
-
- include wikis
-}
diff --git a/manifests/nodes/jonund.pp b/manifests/nodes/jonund.pp
deleted file mode 100644
index 6a17c9d3..00000000
--- a/manifests/nodes/jonund.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-# buildnode
-node jonund {
-# Location: IELO datacenter (marseille)
-#
- include common::default_mageia_server
- include mga_buildsystem::buildnode
- timezone::timezone { 'Europe/Paris': }
-# include shorewall
-# include shorewall::default_firewall
-}
diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp
index 7cec9aa0..7cec9aa0 100755..100644
--- a/manifests/nodes/sucuk.pp
+++ b/manifests/nodes/sucuk.pp
diff --git a/manifests/nodes/valstar.pp b/manifests/nodes/valstar.pp
deleted file mode 100644
index 7539ebbf..00000000
--- a/manifests/nodes/valstar.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-node valstar {
-# Location: IELO datacenter (marseille)
-#
- include common::default_mageia_server
- include mga_buildsystem::buildnode
- timezone::timezone { 'Europe/Paris': }
-}