add configuration and service

This commit is contained in:
Arne Teuke
2025-02-24 13:33:20 +01:00
parent 2374fc6137
commit 0e66f5980f

View File

@@ -22,6 +22,7 @@ class cd_alloy::main::files (
seltype => etc_t, seltype => etc_t,
seluser => system_u, seluser => system_u,
content => template('cd_alloy/config.alloy.erb'), content => template('cd_alloy/config.alloy.erb'),
notify => Service[$ay_service],
} }
} }