Use English terms
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
9ac23e9235
commit
8b42ef5723
@ -14,9 +14,9 @@ deploy_tor_torrc:
|
|||||||
- group: root
|
- group: root
|
||||||
- mode: 644
|
- mode: 644
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- defailts:
|
- defaults:
|
||||||
config: {{ map.torrc }}
|
config: {{ map.torrc }}
|
||||||
- reguire:
|
- require:
|
||||||
- pkg: install_tor
|
- pkg: install_tor
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: install_tor
|
- service: install_tor
|
||||||
@ -29,9 +29,9 @@ deploy_tor_torsocks:
|
|||||||
- group: root
|
- group: root
|
||||||
- mode: 644
|
- mode: 644
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- defailts:
|
- defaults:
|
||||||
config: {{ map.torsocks }}
|
config: {{ map.torsocks }}
|
||||||
- reguire:
|
- require:
|
||||||
- pkg: install_tor
|
- pkg: install_tor
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: install_tor
|
- service: install_tor
|
||||||
@ -53,7 +53,7 @@ set_owner_tor_signing_cert:
|
|||||||
- user: debian-tor
|
- user: debian-tor
|
||||||
- group: debian-tor
|
- group: debian-tor
|
||||||
- mode: 600
|
- mode: 600
|
||||||
- reguire:
|
- require:
|
||||||
- file: deploy_tor_torrc
|
- file: deploy_tor_torrc
|
||||||
- file: deploy_tor_signing_cert
|
- file: deploy_tor_signing_cert
|
||||||
- watch_in:
|
- watch_in:
|
||||||
@ -78,7 +78,7 @@ set_owner_tor_signing_secret_key:
|
|||||||
- user: debian-tor
|
- user: debian-tor
|
||||||
- group: debian-tor
|
- group: debian-tor
|
||||||
- mode: 600
|
- mode: 600
|
||||||
- reguire:
|
- require:
|
||||||
- file: deploy_tor_torrc
|
- file: deploy_tor_torrc
|
||||||
- file: deploy_tor_signing_secret_key
|
- file: deploy_tor_signing_secret_key
|
||||||
- watch_in:
|
- watch_in:
|
||||||
@ -103,7 +103,7 @@ set_owner_tor_master_id_secret_key:
|
|||||||
- user: debian-tor
|
- user: debian-tor
|
||||||
- group: debian-tor
|
- group: debian-tor
|
||||||
- mode: 600
|
- mode: 600
|
||||||
- reguire:
|
- require:
|
||||||
- file: deploy_tor_torrc
|
- file: deploy_tor_torrc
|
||||||
- file: deploy_tor_master_id_secret_key
|
- file: deploy_tor_master_id_secret_key
|
||||||
- watch_in:
|
- watch_in:
|
||||||
@ -129,7 +129,7 @@ set_owner_tor_master_id_public_key:
|
|||||||
- user: debian-tor
|
- user: debian-tor
|
||||||
- group: debian-tor
|
- group: debian-tor
|
||||||
- mode: 600
|
- mode: 600
|
||||||
- reguire:
|
- require:
|
||||||
- file: deploy_tor_torrc
|
- file: deploy_tor_torrc
|
||||||
- file: deploy_tor_master_id_public_key
|
- file: deploy_tor_master_id_public_key
|
||||||
- watch_in:
|
- watch_in:
|
||||||
@ -147,7 +147,7 @@ deploy_tor_secret_id_key:
|
|||||||
- user: debian-tor
|
- user: debian-tor
|
||||||
- group: debian-tor
|
- group: debian-tor
|
||||||
- mode: 600
|
- mode: 600
|
||||||
- reguire:
|
- require:
|
||||||
- file: deploy_tor_torrc
|
- file: deploy_tor_torrc
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: install_tor
|
- service: install_tor
|
||||||
@ -163,7 +163,7 @@ deploy_tor_fingerprint:
|
|||||||
- user: debian-tor
|
- user: debian-tor
|
||||||
- group: debian-tor
|
- group: debian-tor
|
||||||
- mode: 600
|
- mode: 600
|
||||||
- reguire:
|
- require:
|
||||||
- file: deploy_tor_torrc
|
- file: deploy_tor_torrc
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: install_tor
|
- service: install_tor
|
||||||
|
Loading…
Reference in New Issue
Block a user