Sha256: c8bfda350b389a4a391ed448d0d75a485c6cfef2175daccbdef32fe0990fdda7

Contents?: true

Size: 593 Bytes

Versions: 6

Compression:

Stored size: 593 Bytes

Contents

# Fedora allowed? Needs yum and curl to download packages
if node[:lxc][:allowed_types].include?('fedora')
  ['yum', 'curl'].each do |pkg|
    package pkg
  end
end

# OpenSuse allowed? Needs zypper (no package available yet!)
# package 'zypper' if node[:lxc][:allowed_types].include?('opensuse')
raise 'OpenSuse not currently supported' if node[:lxc][:allowed_types].include?('opensuse')

#store a copy of the Omnibus installer for use by the lxc containers
if(node[:omnibus_updater] && node[:omnibus_updater][:cache_omnibus_installer])
  include_recipe 'omnibus_updater::deb_downloader'
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
elecksee-1.0.2 lib/elecksee/vendor/lxc/recipes/install_dependencies.rb
elecksee-1.0.0 lib/elecksee/vendor/lxc/recipes/install_dependencies.rb
vagabond-0.2.0 lib/vagabond/cookbooks/lxc/recipes/install_dependencies.rb
vagabond-0.1.4 lib/vagabond/cookbooks/lxc/recipes/install_dependencies.rb
vagabond-0.1.2 lib/vagabond/cookbooks/lxc/recipes/install_dependencies.rb
vagabond-0.1.0 lib/vagabond/cookbooks/lxc/recipes/install_dependencies.rb