Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created November 4, 2013 12:41
Show Gist options
  • Select an option

  • Save justinvdm/7301910 to your computer and use it in GitHub Desktop.

Select an option

Save justinvdm/7301910 to your computer and use it in GitHub Desktop.
diff --git a/modules/vumigo/manifests/init.pp b/modules/vumigo/manifests/init.pp
index a8b003e..9d1032f 100644
--- a/modules/vumigo/manifests/init.pp
+++ b/modules/vumigo/manifests/init.pp
@@ -76,7 +76,7 @@ class vumigo {
numprocs_start => 0,
},
go_metrics_collector => {
- config = 'go_metrics_collector.yaml',
+ config => 'go_metrics_collector.yaml',
wclass => 'go.vumitools.metrics_worker.GoMetricsWorker',
numprocs => 1, # only one of these should run
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment