From 0e66f5980fb4cbc5308b48412737d72828594940 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 24 Feb 2025 13:33:20 +0100 Subject: [PATCH] add configuration and service --- manifests/main/files.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index a6023fc..e408b71 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -22,6 +22,7 @@ class cd_alloy::main::files ( seltype => etc_t, seluser => system_u, content => template('cd_alloy/config.alloy.erb'), + notify => Service[$ay_service], } }