Skip to content

Commit

Permalink
Merge pull request #134 from jordiprats/master
Browse files Browse the repository at this point in the history
fast track bugfix service dropin
  • Loading branch information
jordiprats authored May 20, 2019
2 parents 13518d8 + dc56634 commit 373718e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.3

* service droping bugfix: thanks to [ArVincentr](https://github.com/ArVincentr) for this [PR-133](https://github.com/NTTCom-MS/eyp-systemd/pull/133)

## 0.2.2

* Added support for RHEL8 and Fedora 29 and 30
Expand Down
6 changes: 3 additions & 3 deletions manifests/service/dropin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
$execstartpre = undef,
$execstartpost = undef,
$restart = undef,
$user = 'root',
$group = 'root',
$user = undef,
$group = undef,
$forking = false,
$pid_file = undef,
$remain_after_exit = undef,
$type = undef,
$env_vars = [],
$environment_files = [],
$permissions_start_only = false,
$permissions_start_only = undef,
$timeoutstartsec = undef,
$timeoutstopsec = undef,
$timeoutsec = undef,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-systemd",
"version": "0.2.2",
"version": "0.2.3",
"author": "eyp",
"summary": "management of systemd services, services dropins, sockets, timers, timesyncd, journald, logind and resolved",
"license": "Apache-2.0",
Expand Down

0 comments on commit 373718e

Please sign in to comment.