Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (25 loc) · 919 Bytes

REFERENCE.md

File metadata and controls

44 lines (25 loc) · 919 Bytes

Reference

Table of Contents

Classes

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