Skip to content

Commit 3e3c75b

Browse files
committed
Adding DEBIAN_FRONTEND=noninteractive for chef install
1 parent 3c11e25 commit 3e3c75b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install_chef_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apt_get install opscode-keyring --force-yes
2323

2424
# Install Chef server
2525
apt_get upgrade --force-yes
26-
apt_get install chef chef-server --force-yes
26+
apt_get DEBIAN_FRONTEND=noninteractive install chef chef-server --force-yes
2727

2828
# Copy the PEM file for Chef into the web Chef and local Chef cache
2929
mkdir -p ~/.chef

0 commit comments

Comments
 (0)