#!/usr/bin/env bash

if [ $test_only -eq 0 ]; then
    chkconfig ambari-server off
    chkconfig ambari-agent off
else
    exit 0
fi
