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:
@@ -47,4 +47,10 @@ class klipper::install {
|
||||
subscribe => Vcsrepo[$klipper::src_path],
|
||||
user => $klipper::user,
|
||||
}
|
||||
|
||||
file { $klipper::log_path:
|
||||
ensure => directory,
|
||||
owner => $klipper::user,
|
||||
mode => '0755',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user