Puppet Class: galaxy_roles_profiles::role::galaxy-postgresql

Defined in:
manifests/role/galaxy-postgresql.pp

Overview

Class galaxy-roles-profiles::role::galaxy-postgresql

This role create one instance of galaxy with posgtresql.

Example

include galaxy-roles-profiles::role::galaxy-postgresql

Authors

  1. Inizan <oinizan@versailles.inra.fr>

  2. Bridel <sbridel@versailles.inra.fr>

  3. Loaec <mloaec@versailles.inra.fr>

Copyright 2014, unless otherwise noted.



18
19
20
21
22
23
24
25
# File 'manifests/role/galaxy-postgresql.pp', line 18

class galaxy_roles_profiles::role::galaxy-postgresql{
  class { 'galaxy_roles_profiles::profile::common':
  }->
  class { 'galaxy_roles_profiles::profile::pgsql':
  }->
  class { 'galaxy_roles_profiles::profile::galaxy':
  }
}