@@ -10,19 +10,19 @@ explore CFEngine Enterprise. This guide describes how to set up a client-server
1010model with CFEngine and, through policy, manage both machines. Vagrant will
1111create one VirtualBox VM to be the Policy Server (server), and another machine
1212that 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.
1414Apart from a one-time download of Vagrant and VirtualBox, this setup requires
1515just one command and takes between 5 and 15 minutes to complete (determined by
1616your Internet connection and disk speed). Upon completion, you are ready to
1717start 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
2424Note: 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.
2626This is sometimes turned on or off in BIOS settings, but not all processors
2727and motherboards necessarily support hardware virtualization.
2828
@@ -72,7 +72,7 @@ vagrant up
7272
7373Vagrant 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:
209209To remove the VMs entirely, type: ` vagrant destroy `
210210
211211If 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
213213downloaded. 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
216216re-download this basebox.
217217
0 commit comments