mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
cups
This commit is contained in:
parent
ddf2129e5d
commit
f04c8894cc
6 changed files with 1 additions and 17 deletions
|
@ -14,9 +14,6 @@ nmb_service: nmbd
|
||||||
systemctl_program: /bin/systemctl
|
systemctl_program: /bin/systemctl
|
||||||
mysql_service: mysql
|
mysql_service: mysql
|
||||||
apache_log: /var/log/apache2/access.log
|
apache_log: /var/log/apache2/access.log
|
||||||
# cups lp module not available in raspbian, causes systemd-modueles-load to fail
|
|
||||||
# which in turn cause netfilter-persistent to fail, which is essential
|
|
||||||
cups_install: True
|
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 5
|
php_version: 5
|
||||||
postgresql_version: 9.4
|
postgresql_version: 9.4
|
||||||
|
|
|
@ -15,9 +15,6 @@ nmb_service: nmbd
|
||||||
systemctl_program: /bin/systemctl
|
systemctl_program: /bin/systemctl
|
||||||
mysql_service: mysql
|
mysql_service: mysql
|
||||||
apache_log: /var/log/apache2/access.log
|
apache_log: /var/log/apache2/access.log
|
||||||
# cups lp module not available in raspbian, causes systemd-modueles-load to fail
|
|
||||||
# which in turn cause netfilter-persistent to fail, which is essential
|
|
||||||
cups_install: True
|
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 7.0
|
php_version: 7.0
|
||||||
postgresql_version: 9.6
|
postgresql_version: 9.6
|
||||||
|
|
|
@ -16,9 +16,6 @@ nmb_service: nmbd
|
||||||
systemctl_program: /bin/systemctl
|
systemctl_program: /bin/systemctl
|
||||||
mysql_service: mysql
|
mysql_service: mysql
|
||||||
apache_log: /var/log/apache2/access.log
|
apache_log: /var/log/apache2/access.log
|
||||||
# cups lp module not available in raspbian, causes systemd-modueles-load to fail
|
|
||||||
# which in turn cause netfilter-persistent to fail, which is essential
|
|
||||||
cups_install: True
|
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 5
|
php_version: 5
|
||||||
postgresql_version: 9.4
|
postgresql_version: 9.4
|
||||||
|
|
|
@ -17,9 +17,6 @@ nmb_service: nmbd
|
||||||
systemctl_program: /bin/systemctl
|
systemctl_program: /bin/systemctl
|
||||||
mysql_service: mysql
|
mysql_service: mysql
|
||||||
apache_log: /var/log/apache2/access.log
|
apache_log: /var/log/apache2/access.log
|
||||||
# cups lp module not available in raspbian, causes systemd-modueles-load to fail
|
|
||||||
# which in turn cause netfilter-persistent to fail, which is essential
|
|
||||||
cups_install: False
|
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 7.0
|
php_version: 7.0
|
||||||
postgresql_version: 9.6
|
postgresql_version: 9.6
|
||||||
|
|
|
@ -14,9 +14,6 @@ nmb_service: nmbd
|
||||||
systemctl_program: /bin/systemctl
|
systemctl_program: /bin/systemctl
|
||||||
mysql_service: mysql
|
mysql_service: mysql
|
||||||
apache_log: /var/log/apache2/access.log
|
apache_log: /var/log/apache2/access.log
|
||||||
# cups lp module not available in raspbian, causes systemd-modueles-load to fail
|
|
||||||
# which in turn cause netfilter-persistent to fail, which is essential
|
|
||||||
cups_install: True
|
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 7.0
|
php_version: 7.0
|
||||||
postgresql_version: 9.5
|
postgresql_version: 9.5
|
||||||
|
|
|
@ -12,10 +12,9 @@ apache_log_dir: /var/log/apache2
|
||||||
smb_service: smbd
|
smb_service: smbd
|
||||||
nmb_service: nmbd
|
nmb_service: nmbd
|
||||||
systemctl_program: /bin/systemctl
|
systemctl_program: /bin/systemctl
|
||||||
|
# issue raised
|
||||||
mysql_service: mysql
|
mysql_service: mysql
|
||||||
apache_log: /var/log/apache2/access.log
|
apache_log: /var/log/apache2/access.log
|
||||||
# cups lp module not available in raspbian, causes systemd-modueles-load to fail
|
|
||||||
# which in turn cause netfilter-persistent to fail, which is essential
|
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 7.0
|
php_version: 7.0
|
||||||
postgresql_version: 9.6
|
postgresql_version: 9.6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue