/[adm]/puppet/manifests/nodes/rabbit.pp
ViewVC logotype

Contents of /puppet/manifests/nodes/rabbit.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3023 - (show annotations) (download)
Mon Apr 1 14:48:31 2013 UTC (11 years ago) by blino
File size: 1153 byte(s)
rabbit: install git-svn
1 node rabbit {
2 # Location: Server offered by Dedibox (paris)
3 #
4 # - used to create isos ( and live, and so on )
5 #
6 include common::default_mageia_server
7 timezone::timezone { 'Europe/Paris': }
8 include bcd::base
9 include bcd::web
10 include bcd::rsync
11 include mga_buildsystem::buildnode
12 include draklive
13 include git::svn
14 include access_classes::iso_makers
15 include openssh::ssh_keys_from_ldap
16 # include mirror::mageia
17 include releasekey
18
19 youri-check::config {'config_cauldron':
20 version => 'cauldron',
21 }
22 youri-check::check {'check_cauldron':
23 version => 'cauldron',
24 hour => '*',
25 minute => 4
26 }
27
28 youri-check::config {'config_1':
29 version => '1',
30 }
31 youri-check::check {'check_1':
32 version => '1',
33 hour => '*/2',
34 minute => 30
35 }
36
37 youri-check::config {'config_2':
38 version => '2',
39 }
40
41 youri-check::check {'check_2':
42 version => '2',
43 hour => '*/2',
44 minute => 45
45 }
46
47 # for testing iso quickly
48 include libvirtd::kvm
49 libvirtd::group_access { 'mga-iso_makers': }
50
51 }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30