File: openstack-cluster-installer.config.in

package info (click to toggle)
openstack-cluster-installer 21
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,212 kB
  • sloc: php: 9,235; sh: 2,936; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
CONF=/etc/openstack-cluster-installer/openstack-cluster-installer.conf

#PKGOS-INCLUDE#

pkgos_var_user_group oci
pkgos_dbc_read_conf -pkg openstack-cluster-installer ${CONF} database connection openstack-cluster-installer $@
db_go

exit 0