diff --git a/modules/openstack_project/files/nodepool/scripts/prepare_node.sh b/modules/openstack_project/files/nodepool/scripts/prepare_node.sh index 5d32b1a411..1eb4536618 100755 --- a/modules/openstack_project/files/nodepool/scripts/prepare_node.sh +++ b/modules/openstack_project/files/nodepool/scripts/prepare_node.sh @@ -115,5 +115,12 @@ elif [ "$OS_FAMILY" == "RedHat" ] ; then fi fi +# Remove cron jobs +# We create fresh servers for these hosts, and they are used once. They don't +# need to do things like update the locatedb or the mandb or rotate logs +# or really any of those things. We only want code running here that we want +# here. +sudo rm -f /etc/cron.{monthly,weekly,daily,hourly,d}/* + sync sleep 5