A few rules to keep consistancy in the code.

PHP:
Use 4 spaces instead of tabs.

Puppet:
Use 2 spaces (no tabs).

Shell scripting:
All shell scripts are ISO shell compatible, which
means dash compatible. Do not use bashismes.
Please use tabs and not spaces.
