doc: Update functions documentation

This commit is contained in:
Carlos Álvaro
2021-11-05 14:24:42 +01:00
parent 8d3f0317e4
commit 452c1f5657
3 changed files with 76 additions and 50 deletions

View File

@@ -19,8 +19,7 @@ BUILD_DEPENDENCIES=(
)
apt-get update
apt-get install --no-install-recommends -y \
"${REQUIRED_PACKAGES[@]}" "${BUILD_DEPENDENCIES[@]}"
install_pkgs "${REQUIRED_PACKAGES[@]}" "${BUILD_DEPENDENCIES[@]}"
# Create salt user
log_info "Creating ${SALT_USER} user ..."
@@ -33,7 +32,7 @@ EOF
# Install python3 packages
log_info "Installing python3 packages ..."
apt-get install --yes --quiet --no-install-recommends \
install_pkgs --quiet \
python3-mako python3-pycryptodome python3-cherrypy3 \
python3-git python3-requests python3-redis python3-gnupg \
python3-mysqldb python3-dateutil python3-libnacl python3-openssl