Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Note: See [Installing Community][Installing Community] for the community version
[Debian/Ubuntu] # apt -y install /path/to/<agent package>.deb
```

Note: Install actions are logged to `/var/logs/cfengine-install.log`.
Note: Install actions are logged to `/var/log/cfengine-install.log`.

## Bootstrap

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ Note: You can install CFEngine Enterprise on up to 25 hosts using the script abo
### Step 4. Bootstrap the host to the policy server

- All hosts must be bootstrapped to the Policy Server in order to establish a connection between the `Host` and the `Policy Server`.
- Run the same commands that you ran in Step 2, `$ sudo /var/cfengine/bin/cfagent bootstrap <IP address of policy server>`.
- Run the same commands that you ran in Step 2, `$ sudo /var/cfengine/bin/cf-agent --bootstrap <IP address of policy server>`.

Example: `$ sudo /var/cfengine/bin/cfagent bootstrap 172.31.3.25`
Example: `$ sudo /var/cfengine/bin/cf-agent --bootstrap 172.31.3.25`

- The installation process is complete and CFEngine Enterprise is up and running on your system.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Enterprise:
[HP-UX] # swinstall -s <full path to agent package>.depot cfengine-nova
```

Note: Install actions are logged to `/var/logs/cfengine-install.log`.
Note: Install actions are logged to `/var/log/cfengine-install.log`.

## Bootstrap

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ scp ./client.pub "$HUB_SSH":client.pub
And use `cf-key` to trust the key:

```command
ssh "$CLIENT_SSH" "sudo cf-key --trust-key client.pub"
ssh "$HUB_SSH" "sudo cf-key --trust-key client.pub"
```

### Trusting the hub's key on the client
Expand Down
Loading