Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Nov 22, 2015
1 parent 9274d86 commit ed5c8f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ You are allowed to declare variables in the packs files. Thos variables will be
All the files which name end with ``.parse`` will be parsed after installation to update their content to the Alignak installation paths.
The searched patterns are:

* $ETC: will be replaced with the Alignak configuration files path (*/etc/alignak*)
* $VAR: will be replaced with the Alignak lib files path (*/var/lib/alignak*)
* $RUN: will be replaced with the Alignak run files path (*/var/run/alignak*)
* $BIN: will be replaced with the Alignak log files path (*/usr/bin*)
* $LOG: will be replaced with the Alignak log files path (*/var/log/alignak*)
* $ALIGNAKUSER: will be replaced with the Alignak user account name (*alignak*)
* $ALIGNAKGROUP: will be replaced with the Alignak group name (*alignak*)
* ALIGNAKETC: will be replaced with the Alignak configuration files path (*/etc/alignak*)
* ALIGNAKVAR: will be replaced with the Alignak lib files path (*/var/lib/alignak*)
* ALIGNAKRUN: will be replaced with the Alignak run files path (*/var/run/alignak*)
* ALIGNAKBIN: will be replaced with the Alignak log files path (*/usr/bin*)
* ALIGNAKLOG: will be replaced with the Alignak log files path (*/var/log/alignak*)
* ALIGNAKUSER: will be replaced with the Alignak user account name (*alignak*)
* ALIGNAKGROUP: will be replaced with the Alignak group name (*alignak*)

**Note**: the replacement is based on Python Template strings. As of it, $ETC is the simplest form and may be replaced with ${ETC} if necessary.

Expand Down

0 comments on commit ed5c8f5

Please sign in to comment.