3 Commits

Author SHA1 Message Date
fa20f3aead Release 0.1.0 2016-10-13 01:03:33 +01:00
76ffa4937b Add .pmtignore to exclude vendor directory from puppet module 2016-10-13 01:03:26 +01:00
24b4a82949 Update changelog for 0.1.0 2016-10-13 00:49:43 +01:00
3 changed files with 15 additions and 6 deletions

1
.pmtignore Normal file
View File

@@ -0,0 +1 @@
vendor/

View File

@@ -1,9 +1,10 @@
## Unreleased
## 2016-10-13 Release 0.1.0
- Added support for additional types:
- `entropy_splitdebug`
- `entropy_splitdebug_mask`
- `entropy_keywords`
- Added spec tests for most types and providers
## 2016-10-10 Release 0.0.2

View File

@@ -1,20 +1,27 @@
{
"name": "optiz0r-sabayon",
"version": "0.0.2",
"version": "0.1.0",
"author": "Ben Roberts",
"license": "MIT",
"summary": "Extends Puppet with support for the Sabayon Linux distribution",
"source": "https://github.com/Sabayon/puppet-sabayon.git",
"project_page": "https://github.com/Sabayon/puppet-sabayon",
"issues_url": "https://github.com/Sabayon/puppet-sabayon/issues",
"tags": ["sabayon", "entropy"],
"tags": [
"sabayon",
"entropy"
],
"operatingsystem_support": [
{
"operatingsystem":"Sabayon",
"operatingsystemrelease":[ "16.07", "16.11" ]
"operatingsystem": "Sabayon",
"operatingsystemrelease": [
"16.07",
"16.11"
]
}
],
"dependencies": [
],
"data_provider": "hiera"
}