Sha256: c8e5e78c5d5e41df7cafd30f1c032f723d27578dc0b84427bec10256add25177

Contents?: true

Size: 240 Bytes

Versions: 22

Compression:

Stored size: 240 Bytes

Contents

require 'daddy/itamae'

%w{ epel-release yum-utils }.each do |name|
  package name do
    user 'root'
  end
end

execute 'yum-config-manager --enable epel' do
  user 'root'
end

execute 'yum clean all && yum update -y' do
  user 'root'
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
daddy-0.7.0 itamae/cookbooks/epel/install.rb
daddy-0.6.6 itamae/cookbooks/epel/install.rb
daddy-0.6.5 itamae/cookbooks/epel/install.rb
daddy-0.6.4 itamae/cookbooks/epel/install.rb
daddy-0.6.3 itamae/cookbooks/epel/install.rb
daddy-0.6.2 itamae/cookbooks/epel/install.rb
daddy-0.6.1 itamae/cookbooks/epel/install.rb
daddy-0.6.0 itamae/cookbooks/epel/install.rb
daddy-0.5.34 itamae/cookbooks/epel/install.rb
daddy-0.5.33 itamae/cookbooks/epel/install.rb
daddy-0.5.32 itamae/cookbooks/epel/install.rb
daddy-0.5.31 itamae/cookbooks/epel/install.rb
daddy-0.5.30 itamae/cookbooks/epel/install.rb
daddy-0.5.29 itamae/cookbooks/epel/install.rb
daddy-0.5.28 itamae/cookbooks/epel/install.rb
daddy-0.5.27 itamae/cookbooks/epel/install.rb
daddy-0.5.26 itamae/cookbooks/epel/install.rb
daddy-0.5.25 itamae/cookbooks/epel/install.rb
daddy-0.5.24 itamae/cookbooks/epel/install.rb
daddy-0.5.23 itamae/cookbooks/epel/install.rb