diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-11-01 11:42:58 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-11-01 11:42:58 +0100 |
commit | 795801ce2490026d3ec40b4c0abb4c1cbe06c567 (patch) | |
tree | 4f59fd0f1a93ba38bd10c4e34ff7b32c5c403ab7 /manifests/init.pp | |
parent | e21ec3e2710d8938139a789fdadbdd8c57e5e8e3 (diff) |
feat: support for snippets from other modules
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 18d447a..111d990 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,6 +5,7 @@ class s6 ( class { "${name}::install": ; + "${name}::snippets": ; "${name}::service": ; "${name}::scandir_users": ; } |