add bundle:jool

This commit is contained in:
Franzi 2024-02-26 07:22:54 +01:00
parent 4514541e8f
commit 12c6b5fc54
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 46 additions and 4 deletions

View file

@ -0,0 +1,8 @@
# This file is managed using bundlewrap
% for identifier, modules in sorted(node.metadata.get('modules', {}).items()):
# ${identifier}
% for module in modules:
${module}
% endfor
% endfor

View file

@ -0,0 +1,3 @@
files['/etc/modules'] = {
'content_type': 'mako',
}