@@ -10,19 +10,19 @@ explore CFEngine Enterprise. This guide describes how to set up a client-server
10
10
model with CFEngine and, through policy, manage both machines. Vagrant will
11
11
create one VirtualBox VM to be the Policy Server (server), and another machine
12
12
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.
14
14
Apart from a one-time download of Vagrant and VirtualBox, this setup requires
15
15
just one command and takes between 5 and 15 minutes to complete (determined by
16
16
your Internet connection and disk speed). Upon completion, you are ready to
17
17
start working with CFEngine.
18
18
19
19
## Requirements
20
20
* 2G disk space
21
- * 1G memory
21
+ * 3G memory
22
22
* CPU with VT extensions capable of running 64bit guests
23
23
24
24
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.
26
26
This is sometimes turned on or off in BIOS settings, but not all processors
27
27
and motherboards necessarily support hardware virtualization.
28
28
@@ -72,7 +72,7 @@ vagrant up
72
72
73
73
Vagrant performs the following processes:
74
74
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
76
76
not already been cached by vagrant.
77
77
* Provisions, installs and bootstraps the hub
78
78
* Provisions, installs and bootstraps clients
@@ -209,9 +209,9 @@ simple instructions:
209
209
To remove the VMs entirely, type: ` vagrant destroy `
210
210
211
211
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
213
213
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 ` .
215
215
** Note:** Running ` vagrant up ` from the vagrant project directory again will
216
216
re-download this basebox.
217
217
0 commit comments