aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/alamut.pp
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-09 15:43:25 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-09 15:43:25 +0200
commit728113df8e4c5656e3cab3a2ab2eb5dc4e2d0553 (patch)
treee053e98d6a2a1a64a1cae8538911935bf1cd0746 /manifests/nodes/alamut.pp
parentfaaf5add9382fca035dc2781841f712f320788a5 (diff)
downloadpuppet-728113df8e4c5656e3cab3a2ab2eb5dc4e2d0553.tar
puppet-728113df8e4c5656e3cab3a2ab2eb5dc4e2d0553.tar.gz
puppet-728113df8e4c5656e3cab3a2ab2eb5dc4e2d0553.tar.bz2
puppet-728113df8e4c5656e3cab3a2ab2eb5dc4e2d0553.tar.xz
puppet-728113df8e4c5656e3cab3a2ab2eb5dc4e2d0553.zip
Migrate++ ( mgapeople )
Diffstat (limited to 'manifests/nodes/alamut.pp')
-rwxr-xr-xmanifests/nodes/alamut.pp14
1 files changed, 0 insertions, 14 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
index 53380da2..dd8e2a32 100755
--- a/manifests/nodes/alamut.pp
+++ b/manifests/nodes/alamut.pp
@@ -72,20 +72,6 @@ node alamut {
include wikis
- class { 'mgapeople':
- ldap_server => "ldap.${::domain}",
- binddn => 'cn=mgapeople-alamut,ou=System Accounts,dc=mageia,dc=org',
- bindpw => extlookup('mgapeople_ldap','x'),
- vhost => "people.${::domain}",
- vhostdir => "/var/www/vhosts/people.${::domain}",
- maintdburl => "http://pkgsubmit.${::domain}/data/maintdb.txt",
- }
-
- class { 'mga-treasurer':
- vhost => "treasurer.${::domain}",
- vhostdir => "/var/www/vhosts/treasurer.${::domain}",
- }
-
# Forward ports to arm1 and arm2 ssh, to access them from outside
xinetd::port_forward {'forward_arm1':
target_ip => "arm1.${::domain}",