Puppet Class: galaxy_roles_profiles::profile::sqlite
- Defined in:
- manifests/profile/sqlite.pp
Overview
Class: galaxy_roles_profiles::profile::sqlite
This class creates a database with sqlite.
Authors
-
Bridel <sbridel@versailles.inra.fr>
-
Inizan <oinizan@versailles.inra.fr>
Eric Rasche <rasche.eric@yandex.ru>
Copyright
Copyright 2014, unless otherwise noted.
14 15 16 |
# File 'manifests/profile/sqlite.pp', line 14
class galaxy_roles_profiles::profile::sqlite{
include galaxy::create_db
}
|