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

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

Overview

Class: galaxy_roles_profiles::role::galaxy-apache-postgresql

This role create one instance Galaxy runs with apache and postgresql.

Example

include galaxy_roles_profiles::role::galaxy-apache-postgresql

Authors

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

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

Copyrighti

Copyright 2014, unless otherwise noted.



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

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