Skip to content

Commit c98f5ff

Browse files
authored
Merge pull request #3717 from cfengine/pr-getting-started-code-fixes
Fix incorrect commands and log path in getting-started docs
2 parents 75836ec + b6ef3a3 commit c98f5ff

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/getting-started/01-installing-cfengine/general-installation/_index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note: See [Installing Community][Installing Community] for the community version
3535
[Debian/Ubuntu] # apt -y install /path/to/<agent package>.deb
3636
```
3737

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

4040
## Bootstrap
4141

content/getting-started/01-installing-cfengine/general-installation/installation-enterprise-free-aws-rhel.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ Note: You can install CFEngine Enterprise on up to 25 hosts using the script abo
173173
### Step 4. Bootstrap the host to the policy server
174174

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

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

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

content/getting-started/01-installing-cfengine/general-installation/installation-enterprise.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Enterprise:
215215
[HP-UX] # swinstall -s <full path to agent package>.depot cfengine-nova
216216
```
217217

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

220220
## Bootstrap
221221

content/getting-started/01-installing-cfengine/secure-bootstrap.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ scp ./client.pub "$HUB_SSH":client.pub
188188
And use `cf-key` to trust the key:
189189

190190
```command
191-
ssh "$CLIENT_SSH" "sudo cf-key --trust-key client.pub"
191+
ssh "$HUB_SSH" "sudo cf-key --trust-key client.pub"
192192
```
193193

194194
### Trusting the hub's key on the client

0 commit comments

Comments
 (0)