Version information
released Apr 3rd 2015
This version is compatible with:
- Puppet Enterprise 3.x
- Puppet 3.x
- ,
This module has been deprecated by its author since Aug 16th 2021.
The reason given was: No longer maintained
The author has suggested puppet-systemd as its replacement.
Start using this module
Documentation
camptocamp/systemd — version 0.1.7 Apr 3rd 2015
Systemd
Overview
This module just declares an Exec['systemctl-daemon-reload']
resource that you can use to refresh the daemon.
include ::systemd
file { '/usr/lib/systemd/system/foo.service':
ensure => file,
owner => 'root',
group => 'root',
mode => '0644',
source => "puppet:///modules/${module_name}/foo.service",
} ~>
Exec['systemctl-daemon-reload']