add configuration and service

This commit is contained in:
Arne Teuke
2025-02-24 13:24:45 +01:00
parent e3e349e6a8
commit 2374fc6137
4 changed files with 60 additions and 6 deletions

View File

@@ -9,4 +9,10 @@ class cd_alloy::main::service (
require cd_alloy::main::files
service { $ay_service:
ensure => running,
hasstatus => true,
hasrestart => true,
enable => true,
}
}