From 0dddb7648f8092ac92afaa9f8408fb2a5b56b4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=B6hler?= Date: Mon, 8 Apr 2013 17:22:24 +0200 Subject: [PATCH] Fixed syntax error in example for subscription --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6b3aaeea2..3cfbe5dfe5 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ schedule checks for this service as a subscriber: apache/manifests/monitoring/sensu.pp class apache::monitoring::sensu { - sensu::subscription { 'apache' } + sensu::subscription { 'apache': } } If you would like to automatically include the Sensu monitoring class as