Skip to content

Commit

Permalink
Closes #24, adding description
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed Sep 19, 2016
1 parent 0073f4f commit f7ecd2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ v1.0.0
[#11]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/11
[#13]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/13
[#19]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/19
[#54]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/54
[@autrejacoupa]: https://github.com/autrejacoupa
[@drywheat]: https://github.com/drywheat
[@juliandunn]: https://github.com/juliandunn
[@juliandunn]: https://github.com/juliandunn
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

attribute "ephemeral_lvm/logical_volume_size",
:display_name => "Ephemeral LVM Logical Volume Size",
:description => "The size to be used for the ephemeral LVM",
:description => "The size to be used for the ephemeral LVM. Syntax for 'lvcreate --extents' flag is used",
:default => "100%VG",
:recipes => ["ephemeral_lvm::default"],
:required => "optional"
Expand Down

0 comments on commit f7ecd2a

Please sign in to comment.