|
|
|
#!/bin/sh set -e . /usr/share/debconf/confmodule case "$1" in "configure"|"reconfigure") # print warning/instructions about needing to configure cacti for spine db_input high cacti-spine/configuring_cacti || true # get mysql info from cacti db_input high cacti/mysql_server || true db_input high cacti/database || true db_input high cacti/username || true db_input high cacti/password || true db_go || true ;; esac
| Results 1 - 1 |