This file is indexed.

config is in mcollective-client 1.2.1+dfsg-2ubuntu1.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
#!/bin/sh -e
# A simplified version of debconf's own config script.
. /usr/share/debconf/confmodule
# Ask for the stomp host
db_get mcollective/stomp_host || true
[ -z "$RET" ] && db_set mcollective/stomp_host "$(hostname)"
db_input high mcollective/stomp_host || true
db_input medium mcollective/psk_key || true
db_go