Sha256: 7761555a7055bf63595f2374b155925c3b7cc0aa5ef6d9f0f68fb3c06659b914

Contents?: true

Size: 283 Bytes

Versions: 26

Compression:

Stored size: 283 Bytes

Contents

remote_file "#{Chef::Config[:file_cache_path]}/vagrant.rpm" do
  source node['vagrant']['url']
  checksum node['vagrant']['checksum']
  notifies :install, "rpm_package[vagrant]", :immediately
end

rpm_package "vagrant" do
  source "#{Chef::Config[:file_cache_path]}/vagrant.rpm"
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
madscience-0.0.29 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.28 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.27 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.26 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.25 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.24 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.23 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.21 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.20 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.19 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.17 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.16 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.15 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.14 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.13 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.11 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.10 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.9 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.8 cookbooks/vagrant/recipes/rhel.rb
madscience-0.0.7 cookbooks/vagrant/recipes/rhel.rb