Ajout pour Debian
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
{% if grains['kernel'] == 'Linux' %}
|
||||
{% if grains['os_family'] == 'RedHat' %}
|
||||
'Nextcloud Client installation':
|
||||
'Redhat Nextcloud Client installation':
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- libgnome-keyring
|
||||
- nextcloud-client
|
||||
{% elif grains['os_family'] == 'Debian' %}
|
||||
|
||||
# deb http://ppa.launchpad.net/nextcloud-devs/client/ubuntu bionic main
|
||||
'Debian Nextcloud Client installation':
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- nextcloud-client
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user