Skip to content

Commit

Permalink
new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Jan 25, 2022
1 parent 1b0850a commit d89e5b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

* `systemd::journald`: This class manages and configures journald.
* `systemd::logind`: This class manages systemd's login manager configuration.
* `systemd::modules_loads`: Activate the modules contained in modules-loads.d
* `systemd::modules_loads`: Activate the modules contained in modules-loads.d
* `systemd::networkd`: This class provides an abstract way to trigger systemd-networkd
* `systemd::resolved`: This class provides an abstract way to trigger resolved.
* `systemd::system`: This class provides a solution to enable accounting
Expand Down Expand Up @@ -624,7 +624,7 @@ systemd::modules_load{'impi.conf':
}
```

##### override a file in /lib/modules-load.d
##### override /lib/modules-load.d/myservice.conf in /etc/modules-load.d/myservice.conf

```puppet
systemd::modules_load{'myservice.conf':
Expand Down Expand Up @@ -668,7 +668,7 @@ Default value: `'/etc/modules-load.d'`

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

Data type: `Optional[String]`
Data type: `Optional[String[1]]`

The literal content to write to the file

Expand All @@ -678,7 +678,7 @@ Default value: ``undef``

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

Data type: `Optional[String]`
Data type: `Optional[String[1]]`

A ``File`` resource compatible ``source``

Expand Down

0 comments on commit d89e5b1

Please sign in to comment.