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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2793 - (show annotations) (download)
Mon Jul 9 16:45:20 2012 UTC (11 years, 9 months ago) by pterjan
File size: 1091 byte(s)
Don't run check_1 and check_2 at the same time
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 draklive
12 include access_classes::iso_makers
13 include openssh::ssh_keys_from_ldap
14 include mirror::mageia
15 include releasekey
16
17 youri-check::config {'config_cauldron':
18 version => 'cauldron',
19 }
20 youri-check::check {'check_cauldron':
21 version => 'cauldron',
22 hour => '*',
23 minute => 4
24 }
25
26 youri-check::config {'config_1':
27 version => '1',
28 }
29 youri-check::check {'check_1':
30 version => '1',
31 hour => '*/2',
32 minute => 30
33 }
34
35 youri-check::config {'config_2':
36 version => '2',
37 }
38
39 youri-check::check {'check_2':
40 version => '2',
41 hour => '*/2',
42 minute => 45
43 }
44
45 # for testing iso quickly
46 include libvirtd::kvm
47 libvirtd::group_access { 'mga-iso_makers': }
48
49 }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30