Skip to content

Commit

Permalink
- version bump 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolja committed Jul 4, 2015
1 parent d660cd0 commit 6b9b760
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2015-07-04 - Dejan Golja <[email protected]> - 1.2.1
* remove (present|absent) restriction on $package_ensure
* add support for SLES

2015-05-16 - Dejan Golja <[email protected]> - 1.2.0
* autorequire user type when using gnupg_key (tnx to [email protected])
* added two new custom facts:
Expand Down
9 changes: 8 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "golja-gnupg",
"version": "1.2.0",
"version": "1.2.1",
"author": "Dejan Golja",
"summary": "Manage gnupg package and public keys",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,6 +31,13 @@
"7"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
Expand Down
2 changes: 1 addition & 1 deletion tests/gnupg_key.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

gnupg_key {'root_remove':
ensure => absent,
key_id => 20BC0A86,
key_id => D50582E6,
user => root,
}

Expand Down

2 comments on commit 6b9b760

@tampakrap
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The forge tarball of this release is missing, is it intentional?

@dgolja
Copy link
Owner Author

@dgolja dgolja commented on 6b9b760 Jul 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope .. I will release it now :)

Please sign in to comment.