Change gpgcheck from 0 to false in collectd cookbook

Change-Id: Id0220123668df503d64ddc11bf9dd6a6e0843c94
This commit is contained in:
Xicheng Chang 2014-09-05 16:26:40 -07:00 committed by Weidong Shao
parent ac49b65b01
commit 0e96963bb1

View File

@ -21,7 +21,7 @@ when "rhel"
include_recipe "yum-epel"
yum_repository "collectd" do
description "collectd and its plugins"
gpgcheck 0
gpgcheck false
baseurl node["collectd"]["yum"]["uri"]
enabled true
action :add