Skip to content

Instantly share code, notes, and snippets.

@zzamboni
Created October 16, 2017 20:58
Show Gist options
  • Select an option

  • Save zzamboni/9e6e2052923bed945df2b1a58040423f to your computer and use it in GitHub Desktop.

Select an option

Save zzamboni/9e6e2052923bed945df2b1a58040423f to your computer and use it in GitHub Desktop.
--- CFEngine_Enterprise_vagrant_quickstart-3.10.2-1/Vagrantfile 2017-08-11 09:12:53.000000000 +0100
+++ CFEngine_Enterprise_vagrant_quickstart-3.10.2-1-fixed/Vagrantfile 2017-10-02 15:18:19.000000000 +0100
@@ -22,7 +22,7 @@
# bootstrap to the hub. Adjust this as desired.
if ENV['HOSTS']
- HOSTS=ENV['HOSTS']
+ hosts=ENV['HOSTS'].to_i
else
hosts=1
end
@nickanderson

Copy link
Copy Markdown

Thanks! Fixed upstream. Will be in future releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment