aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/sucuk.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes/sucuk.pp')
-rwxr-xr-xmanifests/nodes/sucuk.pp15
1 files changed, 15 insertions, 0 deletions
diff --git a/manifests/nodes/sucuk.pp b/manifests/nodes/sucuk.pp
index 331f755e..4236b648 100755
--- a/manifests/nodes/sucuk.pp
+++ b/manifests/nodes/sucuk.pp
@@ -33,6 +33,21 @@ node sucuk {
# apache::vhost_simple { "xymon.${::domain}":
# location => '/var/lib/xymon/www',
# }
+
+ 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}",
+ }
+
youri-check::report_www { 'check': }
youri-check::config {'config_cauldron':