/[adm]/puppet/modules/buildsystem/manifests/mainnode.pp
ViewVC logotype

Diff of /puppet/modules/buildsystem/manifests/mainnode.pp

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

revision 2820 by boklm, Thu Jul 5 17:45:22 2012 UTC revision 2821 by boklm, Thu Aug 30 18:26:51 2012 UTC
# Line 21  class buildsystem::mainnode { Line 21  class buildsystem::mainnode {
21          vhost_file => 'buildsystem/vhost_repository.conf',          vhost_file => 'buildsystem/vhost_repository.conf',
22      }      }
23    
24      buildsystem::media_cfg { ['i586','x86_64']: }      buildsystem::media_cfg { "cauldron i586":
25            distro  => 'cauldron',
26            arch    => 'i586',
27        }
28        buildsystem::media_cfg { "cauldron x86_64":
29            distro  => 'cauldron',
30            arch    => 'x86_64',
31        }
32  }  }

Legend:
Removed from v.2820  
changed lines
  Added in v.2821

  ViewVC Help
Powered by ViewVC 1.1.30