mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
7 lines
128 B
Bash
7 lines
128 B
Bash
#!/bin/sh -e
|
|
|
|
# Source debconf library.
|
|
. /usr/share/debconf/confmodule
|
|
|
|
db_input medium salt-master/user || true
|
|
db_go || true
|