Compare commits
3 Commits
feature_pr
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| fa20f3aead | |||
| 76ffa4937b | |||
| 24b4a82949 |
1
.pmtignore
Normal file
1
.pmtignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
vendor/
|
||||||
@@ -1,9 +1,10 @@
|
|||||||
## Unreleased
|
## 2016-10-13 Release 0.1.0
|
||||||
|
|
||||||
- Added support for additional types:
|
- Added support for additional types:
|
||||||
- `entropy_splitdebug`
|
- `entropy_splitdebug`
|
||||||
- `entropy_splitdebug_mask`
|
- `entropy_splitdebug_mask`
|
||||||
- `entropy_keywords`
|
- `entropy_keywords`
|
||||||
|
- Added spec tests for most types and providers
|
||||||
|
|
||||||
## 2016-10-10 Release 0.0.2
|
## 2016-10-10 Release 0.0.2
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +1,27 @@
|
|||||||
{
|
{
|
||||||
"name": "optiz0r-sabayon",
|
"name": "optiz0r-sabayon",
|
||||||
"version": "0.0.2",
|
"version": "0.1.0",
|
||||||
"author": "Ben Roberts",
|
"author": "Ben Roberts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"summary": "Extends Puppet with support for the Sabayon Linux distribution",
|
"summary": "Extends Puppet with support for the Sabayon Linux distribution",
|
||||||
"source": "https://github.com/Sabayon/puppet-sabayon.git",
|
"source": "https://github.com/Sabayon/puppet-sabayon.git",
|
||||||
"project_page": "https://github.com/Sabayon/puppet-sabayon",
|
"project_page": "https://github.com/Sabayon/puppet-sabayon",
|
||||||
"issues_url": "https://github.com/Sabayon/puppet-sabayon/issues",
|
"issues_url": "https://github.com/Sabayon/puppet-sabayon/issues",
|
||||||
"tags": ["sabayon", "entropy"],
|
"tags": [
|
||||||
|
"sabayon",
|
||||||
|
"entropy"
|
||||||
|
],
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
{
|
{
|
||||||
"operatingsystem":"Sabayon",
|
"operatingsystem": "Sabayon",
|
||||||
"operatingsystemrelease":[ "16.07", "16.11" ]
|
"operatingsystemrelease": [
|
||||||
|
"16.07",
|
||||||
|
"16.11"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
|
||||||
],
|
],
|
||||||
"data_provider": "hiera"
|
"data_provider": "hiera"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user