You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
512 B

{% calculate format = 'kde', action = 'install',
package = 'xfce-base/xfce4-session' -%}
{% set file_path = test.test_root + '/test_root/conf_dir'%}
{% calculate path = file_path %}
{% calculate merge = 'xfce-base/xfconf' %}
[section][parts][of][section name]
parameter 1 = {{ variables.variable_1 }}
parameter 2 = {{ variables.variable_2 }}
# Random comment.
parameter 3 = very important and veery interesting value
{% for num in variables.group.list -%}
statement {{ num }} = {{ num * 2 - 1 }}
{% endfor -%}