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

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

Overview

Class galaxy_roles_profiles::role::galaxy-apache-sqlite

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

Examples

include galaxy_roles_profiles::role::galaxy-apache-sqlite

Authors

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

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

Copyright 2014, unless otherwise noted.



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

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