Exec fluentd state after ES states

Change-Id: I70bc662ccce01cfe1dd3fdfb0a3fc6eb1df314f7
Related-Bug: PROD-22977
diff --git a/scripts/stacklightv2_infra_install.sh b/scripts/stacklightv2_infra_install.sh
index 74e54a1..a799a25 100755
--- a/scripts/stacklightv2_infra_install.sh
+++ b/scripts/stacklightv2_infra_install.sh
@@ -20,15 +20,15 @@
 # Configure Prometheus exporters
 salt -C 'I@prometheus:exporters' state.sls prometheus
 
-# Configure fluentd
-salt -C 'I@fluentd:agent' state.sls fluentd
-
 # Configure Elasticsearch/Kibana services
 salt -C 'I@elasticsearch:server' state.sls elasticsearch.server -b 1
 salt -C 'I@kibana:server' state.sls kibana.server -b 1
 salt -C 'I@elasticsearch:client' state.sls elasticsearch.client
 salt -C 'I@kibana:client' state.sls kibana.client
 
+# Configure fluentd
+salt -C 'I@fluentd:agent' state.sls fluentd
+
 if [[ "$INFLUXDB_SERVICE" == "true" ]]; then
     salt -C 'I@influxdb:server' state.sls influxdb
 fi