From 2718557e41babad6feae50c15f6268fc0379ef58 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 20 Sep 2013 19:48:11 -0400 Subject: [PATCH] Fix puppet-lint issue with documentation Change-Id: Ia2be15d00853d11983c2caeacee37eff37171fd9 Signed-off-by: Paul Belanger --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37a1f3b7..08345c71 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To utilize the glance module's functionality you will need to declare multiple r ```puppet class { 'glance::api': - verbose => 'True', + verbose => true, keystone_tenant => 'services', keystone_user => 'glance', keystone_password => '12345', @@ -51,7 +51,7 @@ class { 'glance::api': } class { 'glance::registry': - verbose => 'True', + verbose => true, keystone_tenant => 'services', keystone_user => 'glance', keystone_password => '12345',