Puppet Class: role::dumps::generation::worker::beta_testbed

Defined in:
modules/role/manifests/dumps/generation/worker/beta_testbed.pp

Overview

Class role::dumps::generation::worker::beta_testbed

Set up a dumps snapshot instance as a testbed.

Because this class uses mediawiki, the class role::beta::mediawiki must be applied to the instance as well. The role can't be included in this class for style reasons.

You should be using at least a m1.medium instance, giving some extra lvm space locally mounted on which to write the dumps.



14
15
16
17
18
19
20
21
22
23
# File 'modules/role/manifests/dumps/generation/worker/beta_testbed.pp', line 14

class role::dumps::generation::worker::beta_testbed {
    include ::profile::base::production

    include profile::dumps::generation::worker::common
    include profile::dumps::generation::worker::crontester

    system::role { 'dumps::generation::worker::beta_testbed':
        description => 'beta testbed for dumps of XML/SQL wiki content',
    }
}