From 5581b4a9e53345847621f7a5195c118f9b0c4376 Mon Sep 17 00:00:00 2001 From: Timothy Mower Date: Thu, 5 Mar 2015 11:00:26 +0000 Subject: [PATCH] Set the uchiwa version to the one we use This is the version used in production and staging, the module sets ensure latest by default. There seems to be a bug in the latest version affecting us on preview, which was upgraded https://github.com/sensu/uchiwa/issues/272 --- hieradata/role-monitoring.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/role-monitoring.yaml b/hieradata/role-monitoring.yaml index efd8ed7..5743ff6 100644 --- a/hieradata/role-monitoring.yaml +++ b/hieradata/role-monitoring.yaml @@ -145,3 +145,4 @@ ruby_packages: uchiwa::install_repo: false uchiwa::user: "%{::basic_auth_username}" uchiwa::pass: "%{::basic_auth_password}" +uchiwa::version: '0.4.0-1'