Skip to content

Commit

Permalink
Merge pull request #70 from jordiprats/master
Browse files Browse the repository at this point in the history
suse 12.4
  • Loading branch information
jordiprats authored Feb 8, 2019
2 parents 2765f4b + ffab78c commit 73b4bfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## 0.2.37

* added queu related variables:
* added queue related variables:
- queue_run_delay
- minimal_backoff_time
- maximal_backoff_time
* added **postfix::headercheck**
* added SLES 12.4 support

## 0.2.36

Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
{
$postfix_ver='2.9.4'
}
'12.3':
/^12.[34]/:
{
$postfix_ver='3.2.0'
}
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-postfix",
"version": "0.2.36",
"version": "0.2.37",
"author": "eyp",
"summary": "postfix management - relay or multidomain mailserver",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "11.3", "12.3" ]
"operatingsystemrelease": [ "11.3", "12.3", "12.4" ]
}
],
"requirements": [
Expand Down

0 comments on commit 73b4bfa

Please sign in to comment.