Commit a1438cb2 authored by Kristopher Ruzic's avatar Kristopher Ruzic

fix typos

parent a8be7996
......@@ -6,11 +6,11 @@ parts =
[slap-configuration]
recipe = slapos.cookbook:slapconfiguration
computer = ${slap_connection:computer_id}
partition = ${slap_connection:partition_id}
url = ${slap_connection:server_url}
key = ${slap_connection:key_file}
cert = ${slap_connection:cert_file}
computer = $${slap_connection:computer_id}
partition = $${slap_connection:partition_id}
url = $${slap_connection:server_url}
key = $${slap_connection:key_file}
cert = $${slap_connection:cert_file}
[packer]
......@@ -26,7 +26,7 @@ md5sum_x86-64 = f343d709b84db494e8d6ec38259aa4a6
# script to install.
script =
location = %(location)
location = %(location)r
self.failIfPathExists(location)
import sys
ARCH_DIR_MAP = { 'x86': 'x86', 'x86-64': 'x86_64' }
......@@ -40,7 +40,7 @@ script =
[packer-json-template]
recipe = hexagonit.recipe.download
url = ${slap-configuration:configuration:packer_json}
url = ${instance-parameter:configuration.packer_json}
destination = ${buildout:parts-directory}
filename = packer-template.json
#md5sum = 47d492dafe5cb314bdc49bf013d21ead
......
${instance-parameter:configuration.name-of-parameter}
[packer-build]
recipe = slapos.cookbook:wrapper
......
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