mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
disable cups for rpi (#157)
This commit is contained in:
parent
5fdbe61aab
commit
0d171c9cc7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ mysql_service: mysql
|
|||
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
|
||||
cups_install: False
|
||||
sshd_service: ssh
|
||||
php_version: 7.0
|
||||
postgresql_version: 9.6
|
||||
|
|
Loading…
Reference in a new issue