Sha256: d5aa8f50daaa36b73dbd39b011c8febbc31a822592d4352c7e5c29cae90f5162
Contents?: true
Size: 408 Bytes
Versions: 44
Compression:
Stored size: 408 Bytes
Contents
# # Cookbook Name:: mu-mongo # Recipe:: yum-update-rule # # Copyright 2015, eGlobalTech # # All rights reserved - Do Not Redistribute # case node['platform'] when "centos" execute "tell yum not to touch MongoDB" do command "echo 'exclude=mongo*' >> /etc/yum.conf" not_if "grep ^exclude=mongo /etc/yum.conf" end else Chef::Log.info("Unsupported platform #{node['platform']}") end
Version data entries
44 entries across 44 versions & 1 rubygems