Skip to content

Commit

Permalink
Merge pull request #139 from jordiprats/master
Browse files Browse the repository at this point in the history
support debian 10
  • Loading branch information
jordiprats authored May 29, 2019
2 parents cba7eb7 + 1354712 commit ceb6b8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.2.6

* added support for **Debian 10**

## 0.2.5

* added **BindsTo** option - fixes [issue 118](https://github.com/NTTCom-MS/eyp-systemd/issues/118)
Expand Down
3 changes: 3 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
/^[89].*$/:
{
}
/^10.*$/:
{
}
default: { fail("Unsupported Debian version! - ${::operatingsystemrelease}") }
}
}
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-systemd",
"version": "0.2.5",
"version": "0.2.6",
"author": "eyp",
"summary": "management of systemd services, services dropins, sockets, timers, timesyncd, journald, logind and resolved",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "8", "9" ]
"operatingsystemrelease": [ "8", "9", "10" ]

},
{
Expand Down

0 comments on commit ceb6b8a

Please sign in to comment.