Skip to content

Commit 7bba85e

Browse files
author
A. Täffner
committed
added autoconfig entries for new service detection
1 parent b77400a commit 7bba85e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/autoinstall_samples/autoinstall.conf_sample.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,14 @@
4949
$autoupdate['ispconfig_port'] = '8080'; // default: 8080
5050
$autoupdate['create_new_ispconfig_ssl_cert'] = 'no'; // no (default), yes
5151
$autoupdate['reconfigure_crontab'] = 'yes'; // yes (default), no
52+
53+
/* These are for service-detection (defaulting to old behaviour where alle changes were automatically accepted) */
54+
$autoupdate['svc_detect_change_mail_server'] = 'yes'; // yes (default), no
55+
$autoupdate['svc_detect_change_web_server'] = 'yes'; // yes (default), no
56+
$autoupdate['svc_detect_change_dns_server'] = 'yes'; // yes (default), no
57+
$autoupdate['svc_detect_change_xmpp_server'] = 'yes'; // yes (default), no
58+
$autoupdate['svc_detect_change_firewall_server'] = 'yes'; // yes (default), no
59+
$autoupdate['svc_detect_change_vserver_server'] = 'yes'; // yes (default), no
60+
$autoupdate['svc_detect_change_db_server'] = 'yes'; // yes (default), no
61+
5262
?>

docs/autoinstall_samples/autoinstall.ini.sample

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,13 @@ reconfigure_permissions_in_master_database=no
4747
reconfigure_services=yes
4848
ispconfig_port=8080
4949
create_new_ispconfig_ssl_cert=no
50-
reconfigure_crontab=yes
50+
reconfigure_crontab=yes
51+
52+
; These are for service-detection (defaulting to old behaviour where alle changes were automatically accepted)
53+
svc_detect_change_mail_server=yes
54+
svc_detect_change_web_server=yes
55+
svc_detect_change_dns_server=yes
56+
svc_detect_change_xmpp_server=yes
57+
svc_detect_change_firewall_server=yes
58+
svc_detect_change_vserver_server=yes
59+
svc_detect_change_db_server=yes

0 commit comments

Comments
 (0)