Make __package_apt even more non-interactive

remotes/origin/random_dot_cdist
Ricardo Catalinas Jiménez 10 years ago
parent fb45416193
commit 5cfe569369
  1. 2
      cdist/conf/type/__package_apt/gencode-remote

@ -44,7 +44,7 @@ esac
# Hint if we need to avoid questions at some point:
# DEBIAN_PRIORITY=critical can reduce the number of questions
aptget="DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes --no-install-recommends -o DPkg::Options::=\"--force-confold\""
aptget="DEBIAN_FRONTEND=noninteractive apt-get --quiet --yes --no-install-recommends -o Dpkg::Options::=\"--force-confdef\" -o Dpkg::Options::=\"--force-confold\""
[ "$state_is" = "$state_should" ] && exit 0

Loading…
Cancel
Save