/[adm]/puppet/deployment/mga_buildsystem/manifests/config.pp
ViewVC logotype

Diff of /puppet/deployment/mga_buildsystem/manifests/config.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3137 by boklm, Thu May 23 15:05:28 2013 UTC revision 3138 by boklm, Thu May 23 15:05:31 2013 UTC
# Line 19  class mga_buildsystem::config { Line 19  class mga_buildsystem::config {
19          uploadmail_to => "packages-commits@ml.${::domain}",          uploadmail_to => "packages-commits@ml.${::domain}",
20      }      }
21    
22        class { 'buildsystem::var::mgarepo':
23            submit_host => "pkgsubmit.${::domain}",
24            svn_hostname => "svn.$::domain",
25            svn_root_packages => "svn://svn.${::domain}/svn/packages",
26            oldurl => "svn+ssh://svn.${::domain}/svn/packages/misc",
27            conf => {
28                'global' => {
29                    'ldap-server' => "ldap.${::domain}",
30                    'ldap-base' => "ou=People,${::dc_suffix}",
31                    'ldap-filterformat' => '(&(objectClass=inetOrgPerson)(uid=$username))',
32                    'ldap-resultformat' => '$cn <$mail>',
33                }
34            }
35        }
36    
37      $std_arch = ['i586', 'x86_64']      $std_arch = ['i586', 'x86_64']
38      $std_repos = {      $std_repos = {
39          'release' => {          'release' => {
# Line 69  class mga_buildsystem::config { Line 84  class mga_buildsystem::config {
84          },          },
85      }      }
86      class { 'buildsystem::var::distros':      class { 'buildsystem::var::distros':
87            default_distro => 'cauldron',
88          distros => {          distros => {
89              'cauldron' => {              'cauldron' => {
90                  'arch' => $std_arch,                  'arch' => $std_arch,

Legend:
Removed from v.3137  
changed lines
  Added in v.3138

  ViewVC Help
Powered by ViewVC 1.1.30