File: magnum-api.config.in

package info (click to toggle)
magnum 2.0.0-5~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 5,572 kB
  • sloc: python: 42,786; sh: 1,915; makefile: 50
file content (12 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

#PKGOS-INCLUDE#

pkgos_register_endpoint_config magnum
db_go

exit 0