Skip to content

Commit 1793bf6

Browse files
committed
Change: Liquify the vagrant page
Make it use site wide variables for more efficient updating.
1 parent e28b656 commit 1793bf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guide/installation-and-configuration/general-installation/installation-enterprise-vagrant.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ downloading VirtualBox, install it on your computer.
5959
**Note:** To avoid problems, disable other virtualization environments you are
6060
running.
6161

62-
## Start the CFEngine Enterprise 3.7 Vagrant Environment
62+
## Start the CFEngine Enterprise {{site.cfengine.branch}} Vagrant Environment
6363

6464
Step 1. Download our ready-made Vagrant project
65-
[tar-file](http://cfengine.vagrant-baseboxes.s3.amazonaws.com/enterprise-getting-started/CFEngine_Enterprise_vagrant_quickstart-3.7.1-1.tar.gz).
65+
[tar-file](http://cfengine.vagrant-baseboxes.s3.amazonaws.com/enterprise-getting-started/CFEngine_Enterprise_vagrant_quickstart-{{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}}.tar.gz).
6666

6767
Step 2. Save and unpack the file anywhere on your drive; this
6868
creates a Vagrant Project directory.
6969

7070
Step 3. Open a terminal and navigate to the Vagrant Project directory (e.g.
71-
`/home/user/CFEngine_Enterprise_vagrant_quickstart-3.7.1-1`, or `C:\CFEngine_Enterprise_vagrant_quickstart-3.7.1-1`) and enter the following command:
71+
`/home/user/CFEngine_Enterprise_vagrant_quickstart-{{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}}`, or `C:\CFEngine_Enterprise_vagrant_quickstart-{{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}}`) and enter the following command:
7272

7373
```console
7474
$ vagrant up
@@ -124,7 +124,7 @@ Last login: Fri Jun 13 18:58:10 2014 from 10.0.2.2
124124
#### Accessing via GUI
125125

126126
If you launch the virtualbox GUI you should find the vagrant vms named
127-
`CFEngine Enterprise 3.7.1-1 hub`, and `CFEngine Enterprise 3.7.1-1 agent host001`. Additionally, you can uncomment the `v.gui=true`
127+
`CFEngine Enterprise {{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}} hub`, and `CFEngine Enterprise {{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}} agent host001`. Additionally, you can uncomment the `v.gui=true`
128128
option in the `Vagrantfile` to have the console gui start with the vms.
129129
**Note:** There are two `v.gui` settings to uncomment; one for the hub, and one
130130
for the clients.

0 commit comments

Comments
 (0)