# Here we can declare where we want to get the new file rendered by Jinja
rendered = $${directory:data-fold}/data1.txt
mode = 700
# In the context we can define the specific values wich will be substituted in the template
# key mean that the value is to get in another section of this buildout config file. Go to http://git.erp5.org/gitweb/slapos.recipe.template.git/blob/HEAD:/slapos/recipe/template/README.jinja2.txt?js=1 for more information
context =
key name instance-parameter:configuration.name
key title instance-parameter:configuration.title
# Create a simple shell script that will only output your name if you
# Create a simple shell script that will only output your name if you
# specified it as instance parameter.
# specified it as instance parameter.
# Usually, of course, we use more useful commands, like web servers.
# Usually, of course, we use more useful commands, like web servers.