chef-ruby-lvm-attrib 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/CODEOWNERS +5 -3
- data/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +29 -0
- data/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md +40 -0
- data/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md +17 -0
- data/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md +12 -0
- data/.github/PULL_REQUEST_TEMPLATE.md +3 -0
- data/CHANGELOG.md +5 -0
- data/CONTRIBUTING.md +1 -0
- data/lib/lvm/attributes.rb +1 -1
- data/lib/lvm/attributes/2.02.185(2)/lvs.yaml +328 -0
- data/lib/lvm/attributes/2.02.185(2)/lvsseg.yaml +138 -0
- data/lib/lvm/attributes/2.02.185(2)/pvs.yaml +113 -0
- data/lib/lvm/attributes/2.02.185(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.02.185(2)/vgs.yaml +140 -0
- data/lib/lvm/attributes/2.03.02(2)/lvs.yaml +328 -0
- data/lib/lvm/attributes/2.03.02(2)/lvsseg.yaml +138 -0
- data/lib/lvm/attributes/2.03.02(2)/pvs.yaml +113 -0
- data/lib/lvm/attributes/2.03.02(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.02(2)/vgs.yaml +140 -0
- metadata +18 -4
- data/.github/ISSUE_TEMPLATE.md +0 -13
data/.github/ISSUE_TEMPLATE.md
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
## Description
|
2
|
-
<!--- Briefly describe the issue -->
|
3
|
-
|
4
|
-
## Gem Version
|
5
|
-
<!--- Tell us which version of the gem you are using. -->
|
6
|
-
|
7
|
-
## Platform Version
|
8
|
-
|
9
|
-
Tell us which Operating System distribution and version you arerunning.
|
10
|
-
|
11
|
-
## Replication Case
|
12
|
-
<!--- Tell us what steps to take to replicate your problem. See [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve)
|
13
|
-
for information on how to create a good replication case. -->
|