Inversion du test d'inclusion.
darcs-hash:20071209131925-af139-01bf32391208ff8a1c2a0e77485560229b2fda92.gz
This commit is contained in:
parent
57a2563c24
commit
0bb8b85774
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{% if defined("ldap_included") %}{% python
|
||||
{% if not defined("ldap_included") %}{% python
|
||||
ldap_included = True
|
||||
|
||||
if has("db-server"):
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Recuperation des mots de passe #}\
|
||||
{% if defined("secrets_included") %}{% python
|
||||
{% if not defined("secrets_included") %}{% python
|
||||
secrets_included = True
|
||||
execfile('/etc/crans/secrets/secrets.py')
|
||||
%}{% end %}\
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Definitions utiles pour les templates #}\
|
||||
{% if defined("utils_included") %}{% python
|
||||
{% if not defined("utils_included") %}{% python
|
||||
utils_included = True
|
||||
|
||||
# Le nom d'hote court, la partie avant le premier '.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue