diff options
author | varac <varacanero@zeromail.org> | 2015-02-16 09:43:38 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-02-16 09:43:38 +0100 |
commit | 2f0480f085f057a39ae58c0e59c1157debc0813e (patch) | |
tree | c76dba31ccf2d84c72b47f78d54dda765ce41e75 /Vagrantfile | |
parent | 9c77d32c0019cd8afc16d2050f7521282607979a (diff) |
removed comment that we require jessie
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Vagrantfile b/Vagrantfile index e55dca46..db4cd0e2 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,9 +9,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # options are documented and commented below. For a complete reference, # please see the online documentation at vagrantup.com. - # the source installation needs npm, which is also only available in debian jessie - # so we need a debian testing vagrantbox - # 1024 mb ram is required on the source vm so that all tests can run fine # 512 mb ram is probably enough for the deb vm |