Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make size_is_minsize usable from lvm::logical_volume #121

Merged
merged 2 commits into from
Sep 3, 2015

Conversation

AndreasPfaffeneder
Copy link
Contributor

Currently lvm::logical_volume can not be invoked with the parameter size_is_minsize. This pr makes it configureable:

node 'default' {
  lvm::logical_volume {'test2':
    volume_group   => "vgd_${hostname}",
    size           =>'1M',
    mountpath => '/mnt/test2',
    pass => 2,
    dump => 1,
    size_is_minsize => 'true',
  }
}

Make size_is_minsize usable from lvm::logical_volume
@AndreasPfaffeneder AndreasPfaffeneder changed the title Update logical_volume.pp Make size_is_minsize usable from lvm::logical_volume Aug 10, 2015
hunner added a commit that referenced this pull request Sep 3, 2015
Make size_is_minsize usable from lvm::logical_volume
@hunner hunner merged commit 64856ec into puppetlabs:master Sep 3, 2015
cegeka-jenkins pushed a commit to cegeka/puppet-lvm that referenced this pull request Oct 23, 2017
Make size_is_minsize usable from lvm::logical_volume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants