Commit a1438cb2 authored by Kristopher Ruzic's avatar Kristopher Ruzic

fix typos

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