From 5dca362c935d16f066eae242e21baeb53e31d6c8 Mon Sep 17 00:00:00 2001 From: Dejan Golja Date: Sun, 8 Mar 2015 11:17:12 +1100 Subject: [PATCH] change log severity if the main gem is missing --- lib/puppet/reports/hipchat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/reports/hipchat.rb b/lib/puppet/reports/hipchat.rb index 7f803b0..2d103f2 100644 --- a/lib/puppet/reports/hipchat.rb +++ b/lib/puppet/reports/hipchat.rb @@ -4,7 +4,7 @@ begin require 'hipchat' rescue LoadError - Puppet.info "You need the `hipchat` gem to use the Hipchat report" + Puppet.warning "You need the `hipchat` gem to use the Hipchat report" end Puppet::Reports.register_report(:hipchat) do