diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-05-22 11:37:38 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-07-25 23:53:04 +0200 |
commit | c64fda634f8609c54196a6223f1e67fb3e0fddc3 (patch) | |
tree | ae3b41940802bfcb7d2091c20202b9f9b4df2761 /manifests/scandir_users.pp | |
parent | 855826195c08bd568d3d5bd0e60d1ccde9a810f0 (diff) |
refactor for saner notifications
Diffstat (limited to 'manifests/scandir_users.pp')
-rw-r--r-- | manifests/scandir_users.pp | 7 |
1 files changed, 7 insertions, 0 deletions
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: ; + } + } +} |