/[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 3203 by boklm, Thu May 23 18:04:28 2013 UTC revision 3204 by boklm, Wed May 29 20:44:29 2013 UTC
# Line 57  class mga_buildsystem::config { Line 57  class mga_buildsystem::config {
57      $std_arch = ['i586', 'x86_64']      $std_arch = ['i586', 'x86_64']
58      $std_repos = {      $std_repos = {
59          'release' => {          'release' => {
60              'media_types' => [ 'release' ],              'media_type' => [ 'release' ],
61              'requires' => [],              'requires' => [],
62          },          },
63          'updates_testing' => {          'updates_testing' => {
64              'media_types' => [ 'testing' ],              'media_type' => [ 'testing' ],
65              'noauto' => '1',              'noauto' => '1',
66              'requires' => [ 'updates' ],              'requires' => [ 'updates' ],
67          },          },
68          'backports_testing' => {          'backports_testing' => {
69              'media_types' => [ 'testing' ],              'media_type' => [ 'testing' ],
70              'noauto' => '1',              'noauto' => '1',
71              'requires' => [ 'backports' ],              'requires' => [ 'backports' ],
72          },          },
73          'backports' => {          'backports' => {
74              'media_types' => [ 'backports' ],              'media_type' => [ 'backports' ],
75              'noauto' => '1',              'noauto' => '1',
76              'requires' => [ 'updates' ],              'requires' => [ 'updates' ],
77          },          },
78          'updates' => {          'updates' => {
79              'media_types' => [ 'updates' ],              'media_type' => [ 'updates' ],
80              'updates_for' => 'release',              'updates_for' => 'release',
81              'requires' => [ 'release' ],              'requires' => [ 'release' ],
82          },          },
# Line 84  class mga_buildsystem::config { Line 84  class mga_buildsystem::config {
84      $std_medias = {      $std_medias = {
85          'core'    => {          'core'    => {
86              'repos' => $std_repos,              'repos' => $std_repos,
87              'media_types' => [ 'official', 'free' ],              'media_type' => [ 'official', 'free' ],
88          },          },
89          'nonfree' => {          'nonfree' => {
90              'repos' => $std_repos,              'repos' => $std_repos,
91              'media_types' => [ 'official' ],              'media_type' => [ 'official' ],
92              'noauto' => '1',              'noauto' => '1',
93              'requires' => [ 'core' ],              'requires' => [ 'core' ],
94          },          },
95          'tainted' => {          'tainted' => {
96              'repos' => $std_repos,              'repos' => $std_repos,
97              'media_types' => [ 'official' ],              'media_type' => [ 'official' ],
98              'noauto' => '1',              'noauto' => '1',
99              'requires' => [ 'core' ],              'requires' => [ 'core' ],
100          },          },
# Line 104  class mga_buildsystem::config { Line 104  class mga_buildsystem::config {
104          'infra' => {          'infra' => {
105              'repos' => {              'repos' => {
106                  'updates' => {                  'updates' => {
107                      'media_types' => [ 'updates' ],                      'media_type' => [ 'updates' ],
108                      'requires' => [ 'release' ],                      'requires' => [ 'release' ],
109                  },                  },
110              },              },
111              'media_types' => [ 'infra' ],              'media_type' => [ 'infra' ],
112              'requires' => [ 'core' ],              'requires' => [ 'core' ],
113          },          },
114      }      }

Legend:
Removed from v.3203  
changed lines
  Added in v.3204

  ViewVC Help
Powered by ViewVC 1.1.30