-
-
Save zzamboni/9e6e2052923bed945df2b1a58040423f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! Fixed upstream. Will be in future releases.