fix typho
Change-Id: Ia49928d559ab02c7a8c7c1aeda47477fcac3ce1d
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index fb99f24..b7d2f82 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -442,7 +442,7 @@
// Install collectd, heka and sensu services on the nodes, this will also
// generate the metadata that goes into the grains and eventually into Salt Mine
- salt.enforceState(saltMaster, '*', 'collectd, true)
+ salt.enforceState(saltMaster, '*', 'collectd', true)
salt.enforceState(saltMaster, '*', 'heka', true)
salt.enforceState(saltMaster, 'I@sensu:client', 'sensu', true)