Puppet Class: role::wmcs::quarry::staging

Defined in:
modules/role/manifests/wmcs/quarry/staging.pp

Overview



1
2
3
4
5
6
7
8
9
10
11
12
# File 'modules/role/manifests/wmcs/quarry/staging.pp', line 1

class role::wmcs::quarry::staging {
    system::role { $name:
        description => 'staging instance deployment for quarry'
    }

    include ::profile::quarry::database
    include ::profile::quarry::base
    include ::profile::quarry::staging_configure
    include ::profile::quarry::web
    include ::profile::quarry::celeryrunner
    include ::profile::quarry::redis
}