Skip to content

Commit

Permalink
Merge pull request #30 from rightscale-cookbooks/ST-286_required_lvm_…
Browse files Browse the repository at this point in the history
…gem_updated

St 286 required lvm gem updated
  • Loading branch information
douglaswth committed Apr 28, 2015
2 parents 1a7218c + e27f90f commit a28d780
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ ephemeral_lvm Cookbook CHANGELOG

This file is used to list changes made in each version of the ephemeral_lvm cookbook.

v1.0.11
-------

- Issue https://github.com/gregsymons/di-ruby-lvm-attrib/issues/22 has been fixed so workaround can be removed.

v1.0.10
-------

Expand Down
Binary file removed files/default/di-ruby-lvm-attrib-0.0.17.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Configures available ephemeral devices on a cloud server'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.10'
version '1.0.11'

supports 'ubuntu'
supports 'centos'
Expand Down
13 changes: 0 additions & 13 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@
# limitations under the License.
#

# Due to issue https://github.com/gregsymons/di-ruby-lvm-attrib/issues/22
# an update for LVM 2.0.2.115 was needed to work on RHEL/CentOS 7.1.
# Once pull request is merged, issue closed, and rubygems updated,
# this section and the source file can be removed.
cookbook_file '/tmp/di-ruby-lvm-attrib-0.0.17.gem' do
source "di-ruby-lvm-attrib-0.0.17.gem"
action :nothing
end.run_action(:create)
chef_gem 'di-ruby-lvm-attrib' do
source '/tmp/di-ruby-lvm-attrib-0.0.17.gem'
action :install
end

# Include the lvm::default recipe which sets up the resources/providers for lvm
#
include_recipe "lvm"
Expand Down

0 comments on commit a28d780

Please sign in to comment.