Skip to content

Commit

Permalink
Merge pull request chef#612 from jrb/disable-unattended-upgrades
Browse files Browse the repository at this point in the history
Disable automated package upgrades on Debian-like boxes
  • Loading branch information
Seth Thomas authored Jun 15, 2016
2 parents d72c80a + 51e33c5 commit 2d34616
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion http/debian-6.0/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string openssh-server sudo bzip2 acpid cryptsetup zlib1g-dev wget curl dkms make nfs-common
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
# Prevent packaged version of VirtualBox Guest Additions being installed:
d-i preseed/early_command string sed -i \
Expand Down
2 changes: 1 addition & 1 deletion http/debian-7/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string openssh-server sudo bzip2 acpid cryptsetup zlib1g-dev wget curl dkms make nfs-common
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
# Prevent packaged version of VirtualBox Guest Additions being installed:
d-i preseed/early_command string sed -i \
Expand Down
2 changes: 1 addition & 1 deletion http/debian-8/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string sudo bzip2 acpid cryptsetup zlib1g-dev wget curl dkms make nfs-common
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
# Prevent packaged version of VirtualBox Guest Additions being installed:
d-i preseed/early_command string sed -i \
Expand Down
2 changes: 1 addition & 1 deletion http/ubuntu-10.04/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
d-i time/zone string UTC
d-i user-setup/allow-password-weak boolean true
Expand Down
2 changes: 1 addition & 1 deletion http/ubuntu-12.04/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev zlib1g-dev linux-source nfs-common linux-headers-$(uname -r) perl
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
d-i time/zone string UTC
d-i user-setup/allow-password-weak boolean true
Expand Down
2 changes: 1 addition & 1 deletion http/ubuntu-14.04/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common linux-headers-$(uname -r) perl
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
d-i time/zone string UTC
d-i user-setup/allow-password-weak boolean true
Expand Down
2 changes: 1 addition & 1 deletion http/ubuntu-14.10/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
d-i time/zone string UTC
d-i user-setup/allow-password-weak boolean true
Expand Down
2 changes: 1 addition & 1 deletion http/ubuntu-15.04/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
d-i time/zone string UTC
d-i user-setup/allow-password-weak boolean true
Expand Down
2 changes: 1 addition & 1 deletion http/ubuntu-15.10/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common linux-headers-$(uname -r) perl
d-i pkgsel/install-language-support boolean false
d-i pkgsel/update-policy select unattended-upgrades
d-i pkgsel/update-policy select none
d-i pkgsel/upgrade select full-upgrade
d-i time/zone string UTC
d-i user-setup/allow-password-weak boolean true
Expand Down

0 comments on commit 2d34616

Please sign in to comment.