From c64fda634f8609c54196a6223f1e67fb3e0fddc3 Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Sun, 22 May 2022 11:37:38 +0200 Subject: refactor for saner notifications --- manifests/scandir_users.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/scandir_users.pp (limited to 'manifests/scandir_users.pp') diff --git a/manifests/scandir_users.pp b/manifests/scandir_users.pp new file mode 100644 index 0000000..30734ce --- /dev/null +++ b/manifests/scandir_users.pp @@ -0,0 +1,7 @@ +class s6::scandir_users { + $s6::scandir_users.each | $entry | { + s6::user_scandir { + $entry: ; + } + } +} -- cgit v1.2.3