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
-
Inizan <oinizan@versailles.inra.fr>
-
Bridel <sbridel@versailles.inra.fr>
-
Loaec <mloaec@versailles.inra.fr>
Copyright
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':
}
}
|