diff --git a/servers/update-server b/servers/update-server deleted file mode 100755 index 8eb90faaaf..0000000000 --- a/servers/update-server +++ /dev/null @@ -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'}"