This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
forked from cristifalcas/puppet-journald
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-6796) Documentation Updates (#7)
* Updated README.md * Added REFERENCE.md * Support puppetlabs-stdlib 6 * Dropped puppet 4 support SIMP-6796 #close
- Loading branch information
1 parent
a6436ad
commit 1470be9
Showing
9 changed files
with
126 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
* Tue Jul 02 2019 Trevor Vaughan <[email protected]> - 1.1.0-0 | ||
- Updated README.md | ||
- Added REFERENCE.md | ||
- Support puppetlabs-stdlib 6 | ||
- Dropped puppet 4 support | ||
|
||
* Thu Mar 07 2019 Nicholas Markowski <[email protected]> - 1.0.0-0 | ||
- Forked from cristifalcas/puppet-journald | ||
- Removed default options from API | ||
- Added SIMP assets | ||
- Updated Puppet dependency for hiera v5 support | ||
- Added inifile dependency in metadata, and updated stdlib version dependency | ||
- Initial release | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Reference | ||
<!-- DO NOT EDIT: This document was generated by Puppet Strings --> | ||
|
||
## Table of Contents | ||
|
||
**Classes** | ||
|
||
* [`journald`](#journald): Manage the `journald` daemon | ||
* [`journald::config`](#journaldconfig): Configure the `journald` service | ||
* [`journald::service`](#journaldservice): Manage the `journald` service | ||
|
||
## Classes | ||
|
||
### journald | ||
|
||
Manage the `journald` daemon | ||
|
||
#### Parameters | ||
|
||
The following parameters are available in the `journald` class. | ||
|
||
##### `persist_log` | ||
|
||
Data type: `Boolean` | ||
|
||
By default, the journal stores log data in /run/log/journal/. | ||
Since /run/ is volatile, log data is lost at reboot. To make the | ||
data persistent, it is sufficient to create /var/log/journal/ | ||
where systemd-journald will then store the data. | ||
|
||
##### `options` | ||
|
||
Data type: `Hash` | ||
|
||
A hash with journald parameters | ||
|
||
### journald::config | ||
|
||
Configure the `journald` service | ||
|
||
### journald::service | ||
|
||
Manage the `journald` service | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Class: journald::config | ||
# @summary Configure the `journald` service | ||
# | ||
class journald::config { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.