inuits/puppet-systemd

Name: puppet-systemd

Owner: Inuits

Description: Puppet module to manage systemd

Created: 2015-08-04 08:20:52.0

Updated: 2015-08-04 08:20:52.0

Pushed: 2015-08-04 08:28:54.0

Homepage: null

Size: 120

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Systemd

Puppet Forge Build Status

Overview

This module declares exec resources that you can use when you change systemd units or configuration files.

Examples
systemctl –daemon-reload
ude ::systemd
 { '/usr/lib/systemd/system/foo.service':
sure => file,
ner  => 'root',
oup  => 'root',
de   => '0644',
urce => "puppet:///modules/${module_name}/foo.service",

['systemctl-daemon-reload']
systemd-tmpfiles –create
ude ::systemd
 { '/etc/tmpfiles.d/foo.conf':
sure => file,
ner  => 'root',
oup  => 'root',
de   => '0644',
urce => "puppet:///modules/${module_name}/foo.conf",

['systemd-tmpfiles-create']

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.