mirror of
https://github.com/ardichoke/puppet-klipper.git
synced 2026-05-11 02:25:37 -04:00
Configure and start service
This commit is contained in:
11
manifests/service.pp
Normal file
11
manifests/service.pp
Normal file
@@ -0,0 +1,11 @@
|
||||
# @summary Manage the klipper service
|
||||
#
|
||||
# @api private
|
||||
#
|
||||
class klipper::service {
|
||||
systemd::unit_file { 'klipper.service':
|
||||
content => template('klipper/klipper.service.erb'),
|
||||
enable => true,
|
||||
active => true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user