#!/usr/bin/env bash # Only run on fresh install, not upgrade if [ "$1" -eq 1 ]; then systemctl stop puppet systemctl disable puppet fi