Commit 080c3f40 authored by Vivien Alger's avatar Vivien Alger

Needed filenames for template

parent 4da5c225
......@@ -100,7 +100,7 @@ md5sum = f8bbf14507f9c22d7b69696345e57c2e
[mailer-plugin-template]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/templates/$${:filename}
url = ${:_profile_base_location_}/templates/${:filename}
filename = class.phpmailer-lite.php
download-only = true
mode = 0644
......@@ -108,7 +108,7 @@ md5sum = 4649b152e1f639873a03149eccc70aaf
[share-url-generation-template]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/templates/$${:filename}
url = ${:_profile_base_location_}/templates/${:filename}
filename = class.AJXP_Utils.php
download-only = true
mode = 0644
......@@ -116,7 +116,7 @@ md5sum = f681c0a0a17f4b2a0896b952e53239ed
[postfix-service-template]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/templates/$${:filename}
url = ${:_profile_base_location_}/templates/${:filename}
filename = postfix.in
download-only = true
mode = 0755
......@@ -124,7 +124,7 @@ md5sum = 94799688bf95fb16b86972a23df13af2
[sendmail-script-template]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/templates/$${:filename}
url = ${:_profile_base_location_}/templates/${:filename}
filename = sendmail.in
download-only = true
mode = 0755
......@@ -132,7 +132,7 @@ md5sum = d2ea9ecfd653dcb0bd06c06bcaabc5df
[postfix-conf-template]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/templates/$${:filename}
url = ${:_profile_base_location_}/templates/${:filename}
filename = main.cf.in
download-only = true
mode = 0644
......@@ -140,7 +140,7 @@ md5sum = a72b679c523f587422f95d295de27876
[postfix-master-conf-template]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/templates/$${:filename}
url = ${:_profile_base_location_}/templates/${:filename}
filename = master.cf.in
download-only = true
mode = 0644
......
......@@ -213,24 +213,23 @@ command = cp -R ${application:location}/* $${directory:htdocs}
[mailer-plugin]
recipe = slapos.recipe.template
url = ${mailer-plugin-template:location}
filename = class.phpmailer-lite.php
url = ${mailer-plugin-template:location}/${mailer-plugin-template:filename}
sendmail-script = $${sendmail-script:output}
output = $${directory:htdocs}/plugins/mailer.phpmailer-lite/lib/$${:filename}
output = $${directory:htdocs}/plugins/mailer.phpmailer-lite/lib/${mailer-plugin-template:filename}
mode = 0644
md5sum = 4649b152e1f639873a03149eccc70aaf
[share-url-generation]
recipe = slapos.recipe.template
url = ${share-url-generation-template:location}
url = ${share-url-generation-template:location}/${share-url-generation-template:filename}
filename = class.AJXP_Utils.php
output = $${directory:htdocs}/core/classes/$${:filename}
output = $${directory:htdocs}/core/classes/${share-url-generation-template:filename}
mode = 0644
md5sum = f681c0a0a17f4b2a0896b952e53239ed
[postfix-service]
recipe = slapos.recipe.template
url = ${postfix-service-template:location}
url = ${postfix-service-template:location}/${postfix-service-template:filename}
postfix-location = ${postfix:location}/usr/sbin/postfix
postfix-config-dir = $${directory:postfix-conf}
output = $${basedirectory:services}/postfix
......@@ -239,7 +238,7 @@ md5sum = 94799688bf95fb16b86972a23df13af2
[sendmail-script]
recipe = slapos.recipe.template
url = ${sendmail-script-template:location}
url = ${sendmail-script-template:location}/${sendmail-script-template:filename}
sendmail-location = ${postfix:location}/usr/sbin/sendmail
postfix-config-dir = $${directory:postfix-conf}
output = $${rootdirectory:bin}/sendmail
......@@ -248,7 +247,7 @@ md5sum = d2ea9ecfd653dcb0bd06c06bcaabc5df
[postfix-conf]
recipe = slapos.recipe.template
url = ${postfix-conf-template:location}
url = ${postfix-conf-template:location}/${postfix-conf-template:filename}
queue-directory = $${directory:spool}
command-directory = ${postfix:location}/usr/sbin
bin-directory = ${postfix:location}/usr/bin
......@@ -268,7 +267,7 @@ command = sed 's/ slappart/ slapuser/g' $${postfix-conf:output} > main.tmp && mv
[postfix-master-conf]
recipe = slapos.recipe.template
url = ${postfix-master-conf-template:location}
url = ${postfix-master-conf-template:location}/${postfix-master-conf-template:filename}
port = 2525
output = $${directory:postfix-conf}/master.cf
mode = 0644
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment