Commit ef00a774 authored by Antoine Catton's avatar Antoine Catton

Minor: fix missing double $

parent ecb9286f
......@@ -105,7 +105,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-backuped.cfg
output = ${buildout:directory}/template-backuped.cfg
md5sum = d2e4cdda25ee5e5a7b147e0c22f5d341
md5sum = b7b9b8093accbd7fbc524b4907370128
mode = 0644
[template-mariadb]
......@@ -140,7 +140,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-pull-backup.cfg
output = ${buildout:directory}/template-pull-backup.cfg
md5sum = 9af6bb88c876d3920da1c1c30cea171f
md5sum = a1b4902d7d24324ffd4968ddfc1213c4
mode = 0644
[eggs]
......
......@@ -193,7 +193,7 @@ config-type = pull
config-request-agent-url = http://[$${agent-data:host}]:$${agent-data:port}/
config-authorized-key = $${sshkeys-dropbear:public-key-value}
config-frequency = 0 * * * *
config-name = ${:name}
config-name = $${:name}
return = feed-url agent-url
[basedirectory]
......
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