Change reference in entrypoint
diff --git a/cassandra/files/entrypoint.sh b/cassandra/files/entrypoint.sh
index 1e74921..715e60e 100644
--- a/cassandra/files/entrypoint.sh
+++ b/cassandra/files/entrypoint.sh
@@ -6,7 +6,7 @@
 
 salt-call --local --retcode-passthrough state.highstate
 
-{% for service in control.services %}
+{% for service in server.services %}
 service {{ service }} stop || true
 {% endfor %}