summaryrefslogtreecommitdiffstats
path: root/debian/icingaweb2-module-incubator.config
blob: 0eb83fb138c0b4f230c5720b7a25b5db2038353e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

MODULE=icingaweb2-module-incubator

. /usr/share/debconf/confmodule

db_settitle ${MODULE}/title
db_input low ${MODULE}/enable || true
db_go

db_stop