Remove old, unused update-server script

(imported from commit 45e6923859bd008d66f555eaea286425a6578562)
This commit is contained in:
Zev Benjamin
2013-10-28 17:23:42 -04:00
parent 381ec4a7e0
commit 09acf1c22d

View File

@@ -1,10 +0,0 @@
#!/bin/bash
machinetype=$(cat /etc/humbug-machinetype | sed -e 's/\n$//')
if [ -z "$machinetype" ]; then
echo "No /etc/humbug-machinetype file found."
echo "Please create it and then re-run this script."
exit 1
fi
puppet apply -e "class {'humbug': machinetype => '$machinetype'}"