/[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 3146 by boklm, Thu May 23 15:05:39 2013 UTC revision 3147 by boklm, Thu May 23 15:05:56 2013 UTC
# Line 91  class mga_buildsystem::config { Line 91  class mga_buildsystem::config {
91          'vendor' => 'Mageia.Org',          'vendor' => 'Mageia.Org',
92          '_real_vendor' => 'mageia',          '_real_vendor' => 'mageia',
93      }      }
94        $repo_allow_from = [
95            '2a02:2178:2:7::3/64', # valstar
96            '2a02:2178:2:7::4/64', # ecosse
97            '2a02:2178:2:7::5/64', # jonund
98            ".${::domain}",
99            '10.42.0',
100            '212.85.158.152',      #rabbit
101        ]
102      class { 'buildsystem::var::distros':      class { 'buildsystem::var::distros':
103          default_distro => 'cauldron',          default_distro => 'cauldron',
104          distros => {          distros => {
# Line 102  class mga_buildsystem::config { Line 110  class mga_buildsystem::config {
110                  'version' => '3',                  'version' => '3',
111                  'submit_allowed' => "${svn_root_packages}/cauldron",                  'submit_allowed' => "${svn_root_packages}/cauldron",
112                  'macros' => $std_macros,                  'macros' => $std_macros,
113                    'repo_allow_from' => $repo_allow_from,
114              },              },
115    
116              '1'        => {              '1'        => {
# Line 112  class mga_buildsystem::config { Line 121  class mga_buildsystem::config {
121                  'version' => '1',                  'version' => '1',
122                  'submit_allowed' => "${svn_root_packages}/updates/1",                  'submit_allowed' => "${svn_root_packages}/updates/1",
123                  'macros' => $std_macros,                  'macros' => $std_macros,
124                    'repo_allow_from' => $repo_allow_from,
125              },              },
126    
127              '2'        => {              '2'        => {
# Line 122  class mga_buildsystem::config { Line 132  class mga_buildsystem::config {
132                  'version' => '2',                  'version' => '2',
133                  'submit_allowed' => "${svn_root_packages}/updates/2",                  'submit_allowed' => "${svn_root_packages}/updates/2",
134                  'macros' => $std_macros,                  'macros' => $std_macros,
135                    'repo_allow_from' => $repo_allow_from,
136              },              },
137    
138              'infra_1'  => {              'infra_1'  => {

Legend:
Removed from v.3146  
changed lines
  Added in v.3147

  ViewVC Help
Powered by ViewVC 1.1.30