systemd_journal_remote
: This module manages and configures the systemd journal remote packagesystemd_journal_remote::gatewayd
: This class manages and configures thesystemd-journal-gatewayd
servicesystemd_journal_remote::remote
: This module manages and configures the systemd journal remote packagesystemd_journal_remote::upload
: This class manages and configures the systemd journal upload service
systemd_journal_remote::gatewayd::config
: This class configures the systemd-journal-gatewayd unit overridesystemd_journal_remote::gatewayd::service
: This class manages the systemd-journal-gatewayd servicesystemd_journal_remote::remote::config
: This class configures the [Remote] section of journal-remote.confsystemd_journal_remote::remote::service
: This class manages the systemd-journal-remote servicesystemd_journal_remote::upload::config
: This class configures the [Upload] section of journal-upload.confsystemd_journal_remote::upload::service
: This class manages the systemd-journal-upload service
Systemd_Journal_Remote::Gatewayd_Flags
: Matches systemd gatewayd options inman systemd-journal-gatewayd
Systemd_Journal_Remote::Remote_Flags
: Matches systemd remote options inman systemd-journal-remote
Systemd_Journal_Remote::Remote_Options
: Matches systemd remote options inman journal-remote.conf
Systemd_Journal_Remote::Upload_Flags
: Matches systemd upload options inman systemd-journal-upload
Systemd_Journal_Remote::Upload_Options
: Matches systemd upload options inman journal-upload.conf
This module manages and configures the systemd journal remote package
The following parameters are available in the systemd_journal_remote
class:
Data type: Boolean
Manage the systemd-journal-remote
package installation
Default value: true
Data type: String
The systemd-journal-remote
package name to use
Default value: 'systemd-journal-remote'
Data type: Enum['latest', 'absent', 'present']
The systemd-journal-remote
package state
Default value: present
This class manages and configures the systemd-journal-gatewayd
service
The following parameters are available in the systemd_journal_remote::gatewayd
class:
Data type: Stdlib::Absolutepath
The service ExecStart command path
Default value: '/usr/lib/systemd/systemd-journal-gatewayd'
Data type: Systemd_Journal_Remote::Gatewayd_Flags
The service ExecStart command flags to use
Default value: {}
Data type: Boolean
Manage the journal-gatewayd service
Default value: true
Data type: Boolean
Enable the journal-gatewayd service
Default value: true
Data type: Stdlib::Ensure::Service
The journal-gatewayd service ensure state
Default value: running
Data type: String
The journal-gatewayd service name
Default value: 'systemd-journal-gatewayd'
This module manages and configures the systemd journal remote package
The following parameters are available in the systemd_journal_remote::remote
class:
command_path
command_flags
manage_output
manage_service
service_enable
service_ensure
service_name
options
Data type: Stdlib::Absolutepath
The service ExecStart command path
Default value: '/usr/lib/systemd/systemd-journal-remote'
Data type: Systemd_Journal_Remote::Remote_Flags
The service ExecStart command flags to use
Default value: {}
Data type: Boolean
Manage the creation of the default output paths (/var/log/journal/remote/)
Default value: false
Data type: Boolean
Manage the systemd-journal-remote
service
Default value: true
Data type: Boolean
Enable the journal-remote service
Default value: true
Data type: Stdlib::Ensure::Service
Ensure the journal-remote service state
Default value: running
Data type: String
The journal-remote service name
Default value: 'systemd-journal-remote'
Data type: Systemd_Journal_Remote::Remote_Options
Config hash to configure the [Remote] options in journal-remote.conf
Default value: {}
This class manages and configures the systemd journal upload service
The following parameters are available in the systemd_journal_remote::upload
class:
command_path
command_flags
manage_service
manage_state
service_enable
service_ensure
service_name
options
Data type: Stdlib::Absolutepath
The service ExecStart command path
Default value: '/usr/lib/systemd/systemd-journal-upload'
Data type: Systemd_Journal_Remote::Upload_Flags
The service ExecStart command flags to use
Default value: {}
Data type: Boolean
Manage the journal-upload service
Default value: true
Data type: Boolean
Manage the journal-upload state file creation
Default value: false
Data type: Boolean
Enable the journal-upload service
Default value: true
Data type: Stdlib::Ensure::Service
Ensure the journal-upload state
Default value: running
Data type: String
The journal-upload service name
Default value: 'systemd-journal-upload'
Data type: Systemd_Journal_Remote::Upload_Options
Config hash to configure the [Upload] options in journal-upload.conf
Default value: {}
Matches systemd gatewayd options in man systemd-journal-gatewayd
Alias of
Struct[{
Optional['cert'] => Stdlib::Unixpath,
Optional['key'] => Stdlib::Unixpath,
Optional['trust'] => Variant[Stdlib::Unixpath, Enum['all']],
Optional['system'] => Variant[Boolean, Enum['true', 'false']],
Optional['user'] => Variant[Boolean, Enum['true', 'false']],
Optional['merge'] => Variant[Boolean, Enum['true', 'false']],
Optional['D'] => Stdlib::Unixpath,
Optional['directory'] => Stdlib::Unixpath,
Optional['file'] => String,
}]
Matches systemd remote options in man systemd-journal-remote
Alias of
Struct[{
Optional['url'] => Variant[Stdlib::HTTPUrl, Stdlib::HTTPSUrl],
Optional['getter'] => String,
Optional['listen-raw'] => String,
Optional['listen-http'] => Variant[String, Integer[-3, -1]],
Optional['listen-https'] => Variant[String, Integer[-3, -1]],
Optional['key'] => Stdlib::Unixpath,
Optional['cert'] => Stdlib::Unixpath,
Optional['trust'] => Variant[Stdlib::Unixpath, Enum['all']],
Optional['gnutls-log'] => String,
Optional['output'] => Stdlib::Unixpath,
Optional['gnutls-log'] => String,
Optional['split-mode'] => Enum['none','host'],
Optional['compress'] => Enum['yes','no'],
Optional['seal'] => Enum['yes','no'],
}]
Matches systemd remote options in man journal-remote.conf
Alias of
Struct[{
Optional['Seal'] => Enum['yes','no'],
Optional['SplitMode'] => Enum['host','none'],
Optional['ServerKeyFile'] => Stdlib::Absolutepath,
Optional['ServerCertificateFile'] => Stdlib::Absolutepath,
Optional['TrustedCertificateFile'] => Variant[Stdlib::Absolutepath, Enum['all']],
}]
Matches systemd upload options in man systemd-journal-upload
Alias of
Struct[{
Optional['u'] => Variant[Stdlib::Host, Stdlib::HTTPUrl, Stdlib::HTTPSUrl],
Optional['url'] => Variant[Stdlib::Host, Stdlib::HTTPUrl, Stdlib::HTTPSUrl],
Optional['system'] => Variant[Boolean, Enum['true', 'false']],
Optional['user'] => Variant[Boolean, Enum['true', 'false']],
Optional['merge'] => Variant[Boolean, Enum['true', 'false']],
Optional['D'] => Stdlib::Unixpath,
Optional['directory'] => Stdlib::Unixpath,
Optional['file'] => String,
Optional['cursor'] => String,
Optional['after-cursor'] => String,
Optional['save-state'] => Stdlib::Unixpath,
Optional['follow'] => Boolean,
Optional['key'] => Variant[Enum['-'], Stdlib::Unixpath],
Optional['cert'] => Variant[Enum['-'], Stdlib::Unixpath],
Optional['trust'] => Variant[Enum['-', 'all'], Stdlib::Unixpath],
}]
Matches systemd upload options in man journal-upload.conf
Alias of
Struct[{
Optional['URL'] => Variant[Stdlib::HTTPUrl, Stdlib::HTTPSUrl],
Optional['ServerKeyFile'] => Stdlib::Absolutepath,
Optional['ServerCertificateFile'] => Stdlib::Absolutepath,
Optional['TrustedCertificateFile'] => Stdlib::Absolutepath,
Optional['NetworkTimeoutSec'] => Variant[Integer, String],
}]