Skip to content

Commit

Permalink
Merge pull request #631 from nickanderson/3.5-git-instruction-fix
Browse files Browse the repository at this point in the history
Change: Fix bulleted indentation with code blocks
  • Loading branch information
KevWright committed May 23, 2014
2 parents d619d5c + 7eb91bf commit b67c826
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions manuals/design-center/integrating-mission-portal-with-git.markdown
Expand Up @@ -229,20 +229,20 @@ pull from git every time it runs (by default every 5 minutes).

6. Clone your git repository into /var/cfengine/masterfiles.

* If your git server is remote you must ensure the root user has ssh keys
configured to allow passphraseless access to the git repository
* If your git server is remote you must ensure the root user has ssh keys
configured to allow passphraseless access to the git repository

```console
root@policy_server # git clone git@gitserver:masterfiles.git /var/cfengine/masterfiles
Initialized empty Git repository in /var/cfengine/masterfiles/.git/
```
```console
root@policy_server # git clone git@gitserver:masterfiles.git /var/cfengine/masterfiles
Initialized empty Git repository in /var/cfengine/masterfiles/.git/
```

* If you are hosting the git repository on the policy server itself you can
clone using its full path
* If you are hosting the git repository on the policy server itself you can
clone using its full path

```console
root@policy_server # git clone /home/git/masterfiles.git /var/cfengine/masterfiles
```
```console
root@policy_server # git clone /home/git/masterfiles.git /var/cfengine/masterfiles
```

7. Make sure that the policy has valid syntax. `cf-promises` should not give output.

Expand Down

0 comments on commit b67c826

Please sign in to comment.