OP#414 add service definition

This commit is contained in:
Arne Teuke
2026-02-05 15:43:47 +01:00
parent cccd0c4543
commit e92fc73f11
5 changed files with 54 additions and 0 deletions

View File

@@ -31,5 +31,14 @@ class confdroid_gitea::main::files (
mode => '0640',
content => template($ga_config_erb),
}
file { $ga_service_file:
ensure => 'file',
owner => 'root',
group => 'root',
mode => '0644',
content => template($ga_service_erb),
notify => Exec['systemd-daemon-reload'],
}
}
}