Configure and start service

This commit is contained in:
2022-09-08 20:54:55 -04:00
parent 93a65223fc
commit bccd3e8a4c
9 changed files with 105 additions and 0 deletions

View File

@@ -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',
}
}