Commit 626ba923 authored by Kristopher Ruzic's avatar Kristopher Ruzic

fixes typos

parent e2387787
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"variables": { "variables": {
"user": "nexedi", "user": "nexedi",
"password": "test", "password": "test",
"disk_size": ${disk-size}, "disk_size": ${disk_size},
"domain": "" "domain": ""
}, },
......
...@@ -33,7 +33,7 @@ partition = $${slap_connection:partition_id} ...@@ -33,7 +33,7 @@ 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}
configuration.packer_json = ${:_profile_base_location_}/debian77.json.cfg configuration.packer_json = ${:_profile_base_location_}/debian77.json.jinja2
[packer-json-template] [packer-json-template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
......
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