diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-05 18:58:37 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-05 19:28:08 +0300 |
| commit | 1d2a36369da424927cf9671f1a70b944ea06ed49 (patch) | |
| tree | 17cb332f929d6d71c6aab59cd85921abd5fdc8bd /res | |
| parent | 10cf299ffb68feb2940abe733b4f2fdebce81439 (diff) | |
rz-mux-tool: add generated header
Diffstat (limited to 'res')
4 files changed, 14 insertions, 3 deletions
diff --git a/res/rz-mux/neo4j-conf-template.d/neo4j-server.properties.jinja b/res/rz-mux/neo4j-conf-template.d/neo4j-server.properties.jinja index e56ddf91..0aa1df92 100644 --- a/res/rz-mux/neo4j-conf-template.d/neo4j-server.properties.jinja +++ b/res/rz-mux/neo4j-conf-template.d/neo4j-server.properties.jinja @@ -1,5 +1,7 @@ # ----------------------------------------------------------------------------- -# Neo4j server configuration +# Auto-generated Rhizi Neo4j server configuration +# +# Domain: '{{ domain_fqdn }}' # dbms.security.auth_enabled=false org.neo4j.server.database.location=data/graph.db diff --git a/res/rz-mux/neo4j-conf-template.d/neo4j.properties.jinja b/res/rz-mux/neo4j-conf-template.d/neo4j.properties.jinja index 580da87f..5f02c519 100644 --- a/res/rz-mux/neo4j-conf-template.d/neo4j.properties.jinja +++ b/res/rz-mux/neo4j-conf-template.d/neo4j.properties.jinja @@ -1,5 +1,7 @@ # ----------------------------------------------------------------------------- -# Neo4j configuration +# Auto-generated Rhizi Neo4j server configuration +# +# Domain: '{{ domain_fqdn }}' # remote_shell_port={{ remote_shell_port }} diff --git a/res/rz-mux/rhizi-conf-template.d/rhizi-cron-bkp.daily.sh.jinja b/res/rz-mux/rhizi-conf-template.d/rhizi-cron-bkp.daily.sh.jinja index 35dac2de..a4187e68 100644 --- a/res/rz-mux/rhizi-conf-template.d/rhizi-cron-bkp.daily.sh.jinja +++ b/res/rz-mux/rhizi-conf-template.d/rhizi-cron-bkp.daily.sh.jinja @@ -1,5 +1,10 @@ #!/bin/sh +# +# Auto-generated Rhizi cron configuration +# +# Domain: '{{ domain_fqdn }}' +# bkp_dir=/var/lib/rhizi/mux-bkp.d/{{ domain_fqdn }} bkp_filename={{ domain_fqdn }}-bkp_$(date +%Y-%m-%d).dump bkp_filepath=${bkp_dir}/${bkp_filename} diff --git a/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja b/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja index b6497fa0..155a164e 100644 --- a/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja +++ b/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja @@ -1,5 +1,7 @@ # ----------------------------------------------------------------------------- -# Sample Rhizi configuration - copy this to rhizi-server.conf +# Auto-generated Rhizi configuration +# +# Domain: '{{ domain_fqdn }}' # # Rhizi configuration values are documented in source code. # |
