Skip to content

Commit

Permalink
Vagrantfile: Restore idempotency to vagrant provision.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and timabbott committed May 29, 2019
1 parent 03cfe10 commit 1a68ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ set -o pipefail
# development environment not using Vagrant.
# Set the MOTD on the system to have Zulip instructions
sudo ln -s /srv/zulip/tools/setup/dev-motd /etc/update-motd.d/99-zulip-dev
sudo ln -nsf /srv/zulip/tools/setup/dev-motd /etc/update-motd.d/99-zulip-dev
sudo rm -f /etc/update-motd.d/10-help-text
sudo dpkg --purge landscape-client landscape-common ubuntu-release-upgrader-core update-manager-core update-notifier-common
sudo dpkg-divert --add --rename /etc/default/motd-news
Expand Down

0 comments on commit 1a68ef2

Please sign in to comment.