Skip to content

Commit

Permalink
fix: update site-info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Sep 28, 2017
1 parent cfff4d2 commit 39c0772
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions templates/site-info.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,43 @@ tests:
comment: Путь к сайту
command: pwd
type: string
groups: main

- name: server
comment: hostname сервера
command: hostname -f
type: string
groups: main

- name: user
comment: пользователь сайта
command: stat -c '%U' "$PWD"
type: string
groups: main

- name: domain
comment: главный домен сайта
command: get_domain
type: string
groups: main

- name: engine
comment: движок сайта
command: get-engine
type: string
groups: main

- name: domain_on_server
comment: домен действительно делегирован на этот сервер
command: domain-on-server ${DOMAIN}
type: string
groups: main

- name: email
comment: главный домен сайта
command: get-email
type: string
groups: info

- name: maintenance_mode
comment: Режим обслуживания
Expand Down

0 comments on commit 39c0772

Please sign in to comment.