Skip to content

Commit f1cb857

Browse files
authored
Merge pull request #289 from traylenator/docs
Correct docs for name var of systemd::dropin_file
2 parents 673cbc9 + 87692cc commit f1cb857

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,13 +637,13 @@ The following parameters are available in the `systemd::dropin_file` defined typ
637637

638638
Data type: `Systemd::Unit`
639639

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

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

644644
Data type: `Systemd::Dropin`
645645

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

648648
Default value: `$name`
649649

manifests/dropin_file.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# @see systemd.unit(5)
66
#
7-
# @param unit the The target unit file to create, the value will be set to the `filename` parameter as well
8-
# @param filename The target unit file to create
7+
# @param unit The target unit file to create
8+
# @param filename The filename of the drop in. The full path is determined using the path, unit and this filename.
99
# @param ensure the state of this dropin file
1010
# @param path The main systemd configuration path
1111
# @param selinux_ignore_defaults If Puppet should ignore the default SELinux labels.

0 commit comments

Comments
 (0)