Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage logind service and configuration #120

Merged
merged 2 commits into from Oct 28, 2019
Merged

Manage logind service and configuration #120

merged 2 commits into from Oct 28, 2019

Conversation

fraenki
Copy link
Member

@fraenki fraenki commented Sep 29, 2019

Make it possible to manage logind settings. Example configuration:

systemd::manage_logind: true

systemd::logind_settings:
  HandleSuspendKey: 'ignore'
  KillUserProcesses: 'no'
  RemoveIPC: 'no'
  UserTasksMax: 50000

This will allow me (and others) to migrate from https://github.com/NTTCom-MS/eyp-systemd to this module :)

This is (to some degree) a continuation of the discussion in voxpupuli/puppet-confluence#173 (comment). Ping @bastelfreak.

manifests/logind.pp Outdated Show resolved Hide resolved
@bastelfreak bastelfreak added the enhancement New feature or request label Sep 30, 2019
@bastelfreak bastelfreak merged commit 07a8b34 into voxpupuli:master Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants