2020-07-08 16:20:06 +02:00
|
|
|
%for %%service in %%services
|
|
|
|
%if %%hasattr(%%service, 'files')
|
|
|
|
%for %%file in %%service.files
|
|
|
|
%if %%file.name != %%rougail_filename and %%hasattr(%%file, 'activate') and %%file.activate == True
|
2023-01-25 22:48:13 +01:00
|
|
|
C %%file.name 0%%file.mode %%file.owner %%file.group - /usr/local/share/factory%%file.name
|
2020-07-08 16:20:06 +02:00
|
|
|
z %%file.name - - - - -
|
|
|
|
%end if
|
|
|
|
%end for
|
|
|
|
%end if
|
|
|
|
%end for
|