diff --git a/content/getting-started/01-installing-cfengine/general-installation/_index.markdown b/content/getting-started/01-installing-cfengine/general-installation/_index.markdown index 26db4e8ce..f2bb5f62a 100644 --- a/content/getting-started/01-installing-cfengine/general-installation/_index.markdown +++ b/content/getting-started/01-installing-cfengine/general-installation/_index.markdown @@ -35,7 +35,7 @@ Note: See [Installing Community][Installing Community] for the community version [Debian/Ubuntu] # apt -y install /path/to/.deb ``` -Note: Install actions are logged to `/var/logs/cfengine-install.log`. +Note: Install actions are logged to `/var/log/cfengine-install.log`. ## Bootstrap diff --git a/content/getting-started/01-installing-cfengine/general-installation/installation-enterprise-free-aws-rhel.markdown b/content/getting-started/01-installing-cfengine/general-installation/installation-enterprise-free-aws-rhel.markdown index 3d70fe23f..3bc97481e 100644 --- a/content/getting-started/01-installing-cfengine/general-installation/installation-enterprise-free-aws-rhel.markdown +++ b/content/getting-started/01-installing-cfengine/general-installation/installation-enterprise-free-aws-rhel.markdown @@ -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 `. +- Run the same commands that you ran in Step 2, `$ sudo /var/cfengine/bin/cf-agent --bootstrap `. - 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. diff --git a/content/getting-started/01-installing-cfengine/general-installation/installation-enterprise.markdown b/content/getting-started/01-installing-cfengine/general-installation/installation-enterprise.markdown index ff7b96755..e0b85b263 100644 --- a/content/getting-started/01-installing-cfengine/general-installation/installation-enterprise.markdown +++ b/content/getting-started/01-installing-cfengine/general-installation/installation-enterprise.markdown @@ -215,7 +215,7 @@ Enterprise: [HP-UX] # swinstall -s .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 diff --git a/content/getting-started/01-installing-cfengine/secure-bootstrap.markdown b/content/getting-started/01-installing-cfengine/secure-bootstrap.markdown index 11ba924f1..57670b213 100644 --- a/content/getting-started/01-installing-cfengine/secure-bootstrap.markdown +++ b/content/getting-started/01-installing-cfengine/secure-bootstrap.markdown @@ -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