#!/bin/sh set -e if [ "${1}" = "remove" ] ; then update-alternatives --remove puppet-module-nova /usr/share/puppet/modules.available/nova fi exit 0