-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
gnupg_key {'root_remove': | ||
ensure => absent, | ||
key_id => 20BC0A86, | ||
key_id => D50582E6, | ||
user => root, | ||
} | ||
|
||
|
6b9b760
There was a problem hiding this comment.
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?
6b9b760
There was a problem hiding this comment.
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 :)