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

(MODULES-2103) Adds RAL for physical_volume #111

Merged

Conversation

petems
Copy link
Contributor

@petems petems commented Jun 9, 2015

You can now use the RAL to fetch current physical volumes:

$ puppet resource physical_volume
physical_volume { '/dev/sda2':
  ensure => 'present',
}

You can now use the RAL to fetch current physical volumes:

```
$ puppet resource physical_volume
physical_volume { '/dev/sda2':
  ensure => 'present',
}
```
@petems
Copy link
Contributor Author

petems commented Jun 10, 2015

Test fail unrelated, fixed in #112

hunner added a commit that referenced this pull request Jun 18, 2015
…_volume

(MODULES-2103) Adds RAL for physical_volume
@hunner hunner merged commit a29bd9d into puppetlabs:master Jun 18, 2015
cegeka-jenkins pushed a commit to cegeka/puppet-lvm that referenced this pull request Oct 23, 2017
…r_physical_volume

(MODULES-2103) Adds RAL for physical_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