Skip to content

Commit

Permalink
Merge pull request #289 from traylenator/docs
Browse files Browse the repository at this point in the history
Correct docs for name var of systemd::dropin_file
  • Loading branch information
traylenator authored Jul 4, 2022
2 parents 673cbc9 + 87692cc commit f1cb857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,13 +637,13 @@ The following parameters are available in the `systemd::dropin_file` defined typ

Data type: `Systemd::Unit`

the The target unit file to create, the value will be set to the `filename` parameter as well
The target unit file to create

##### <a name="filename"></a>`filename`

Data type: `Systemd::Dropin`

The target unit file to create
The filename of the drop in. The full path is determined using the path, unit and this filename.

Default value: `$name`

Expand Down
4 changes: 2 additions & 2 deletions manifests/dropin_file.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# @see systemd.unit(5)
#
# @param unit the The target unit file to create, the value will be set to the `filename` parameter as well
# @param filename The target unit file to create
# @param unit The target unit file to create
# @param filename The filename of the drop in. The full path is determined using the path, unit and this filename.
# @param ensure the state of this dropin file
# @param path The main systemd configuration path
# @param selinux_ignore_defaults If Puppet should ignore the default SELinux labels.
Expand Down

0 comments on commit f1cb857

Please sign in to comment.