Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
7bba85ef
Commit
7bba85ef
authored
Sep 01, 2016
by
A. Täffner
Browse files
added autoconfig entries for new service detection
parent
b77400a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/autoinstall_samples/autoinstall.conf_sample.php
View file @
7bba85ef
...
...
@@ -49,4 +49,14 @@ $autoupdate['reconfigure_services'] = 'yes'; // yes (default), no
$autoupdate
[
'ispconfig_port'
]
=
'8080'
;
// default: 8080
$autoupdate
[
'create_new_ispconfig_ssl_cert'
]
=
'no'
;
// no (default), yes
$autoupdate
[
'reconfigure_crontab'
]
=
'yes'
;
// yes (default), no
/* These are for service-detection (defaulting to old behaviour where alle changes were automatically accepted) */
$autoupdate
[
'svc_detect_change_mail_server'
]
=
'yes'
;
// yes (default), no
$autoupdate
[
'svc_detect_change_web_server'
]
=
'yes'
;
// yes (default), no
$autoupdate
[
'svc_detect_change_dns_server'
]
=
'yes'
;
// yes (default), no
$autoupdate
[
'svc_detect_change_xmpp_server'
]
=
'yes'
;
// yes (default), no
$autoupdate
[
'svc_detect_change_firewall_server'
]
=
'yes'
;
// yes (default), no
$autoupdate
[
'svc_detect_change_vserver_server'
]
=
'yes'
;
// yes (default), no
$autoupdate
[
'svc_detect_change_db_server'
]
=
'yes'
;
// yes (default), no
?>
\ No newline at end of file
docs/autoinstall_samples/autoinstall.ini.sample
View file @
7bba85ef
...
...
@@ -47,4 +47,13 @@ reconfigure_permissions_in_master_database=no
reconfigure_services=yes
ispconfig_port=8080
create_new_ispconfig_ssl_cert=no
reconfigure_crontab=yes
\ No newline at end of file
reconfigure_crontab=yes
; These are for service-detection (defaulting to old behaviour where alle changes were automatically accepted)
svc_detect_change_mail_server=yes
svc_detect_change_web_server=yes
svc_detect_change_dns_server=yes
svc_detect_change_xmpp_server=yes
svc_detect_change_firewall_server=yes
svc_detect_change_vserver_server=yes
svc_detect_change_db_server=yes
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment