From 5f978c7fb7b946d50ccae55c7206bf6c7e8831c9 Mon Sep 17 00:00:00 2001 From: Max Knee Date: Thu, 10 Mar 2016 10:48:38 -0500 Subject: [PATCH] Using correct latest stable version --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index aa168a5c..cb7ce32a 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -default['graphite']['version'] = '0.10.0' +default['graphite']['version'] = '0.9.15' default['graphite']['twisted_version'] = '13.2.0' default['graphite']['django_version'] = '1.6.1' default['graphite']['password'] = 'change_me'