Change gpgcheck from 0 to false in collectd cookbook
Change-Id: Id0220123668df503d64ddc11bf9dd6a6e0843c94
This commit is contained in:
parent
ac49b65b01
commit
0e96963bb1
@ -21,7 +21,7 @@ when "rhel"
|
|||||||
include_recipe "yum-epel"
|
include_recipe "yum-epel"
|
||||||
yum_repository "collectd" do
|
yum_repository "collectd" do
|
||||||
description "collectd and its plugins"
|
description "collectd and its plugins"
|
||||||
gpgcheck 0
|
gpgcheck false
|
||||||
baseurl node["collectd"]["yum"]["uri"]
|
baseurl node["collectd"]["yum"]["uri"]
|
||||||
enabled true
|
enabled true
|
||||||
action :add
|
action :add
|
||||||
|
Loading…
x
Reference in New Issue
Block a user