Files
zulip/tools/migrate-puppet
Zev Benjamin 0b461ec947 Add one-off tool for automating manual steps of recent puppet changes
(imported from commit 7add18afc7927cbbb5006a5a6c2b1c45092035f7)
2013-10-31 11:06:21 -04:00

15 lines
359 B
Bash

#!/bin/bash -xe
# This is a one-off script to deal with changes in our puppet
# configuration. You should not normally have to run this.
cd /root/zulip
git fetch
git checkout f4eb523244d3409b5809c279301225d3fdf0c230
scripts/zulip-puppet-apply
git checkout master
git pull --rebase
cp puppet/zulip/files/puppet.conf /etc/puppet/
scripts/zulip-puppet-apply