Skip to content

Commit 39e1952

Browse files
authored
Merge pull request #3363 from nickanderson/ENT-12445/master
Updated vagrant instructions after changing default platform to Debian
2 parents 57f8874 + 00715cc commit 39e1952

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

getting-started/installation/general-installation/installation-enterprise-vagrant.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ explore CFEngine Enterprise. This guide describes how to set up a client-server
1010
model with CFEngine and, through policy, manage both machines. Vagrant will
1111
create one VirtualBox VM to be the Policy Server (server), and another machine
1212
that will be the Host Agent (client), or host that can be managed by CFEngine.
13-
Both will will run CentOS 6.5 64-bit and communicate on a host-only network.
13+
Both running 64-bit Debian and communicate on a host-only network.
1414
Apart from a one-time download of Vagrant and VirtualBox, this setup requires
1515
just one command and takes between 5 and 15 minutes to complete (determined by
1616
your Internet connection and disk speed). Upon completion, you are ready to
1717
start working with CFEngine.
1818

1919
## Requirements
2020
* 2G disk space
21-
* 1G memory
21+
* 3G memory
2222
* CPU with VT extensions capable of running 64bit guests
2323

2424
Note: VirtualBox requires that your computer support hardware virtualization
25-
in order to make use of the CentOS 64-bit virtual machines mentioned above.
25+
in order to make use of the virtual machines mentioned above.
2626
This is sometimes turned on or off in BIOS settings, but not all processors
2727
and motherboards necessarily support hardware virtualization.
2828

@@ -72,7 +72,7 @@ vagrant up
7272

7373
Vagrant performs the following processes:
7474

75-
* Downloads the CentOS basebox used for both the hub and the client (if it has
75+
* Downloads the basebox for both the hub and the client (if it has
7676
not already been cached by vagrant.
7777
* Provisions, installs and bootstraps the hub
7878
* Provisions, installs and bootstraps clients
@@ -209,9 +209,9 @@ simple instructions:
209209
To remove the VMs entirely, type: `vagrant destroy`
210210

211211
If you are completely done and do not anticipate using them anymore, you can
212-
also remove the base box `centos-6.5-x86_64-cfengine_enterprise-vagrant-201501201245` that was
212+
also remove the base box that was
213213
downloaded. You can see it by typing `vagrant box list`. To delete the basebox
214-
run `vagrant box remove centos-6.5-x86_64-cfengine_enterprise-vagrant-201501201245 virtualbox`.
214+
run `vagrant box remove <basebox> virtualbox`.
215215
**Note:** Running `vagrant up` from the vagrant project directory again will
216216
re-download this basebox.
217217

0 commit comments

Comments
 (0)