Ajout pour Debian
This commit is contained in:
@@ -1,9 +1,16 @@
|
|||||||
{% if grains['kernel'] == 'Linux' %}
|
{% if grains['kernel'] == 'Linux' %}
|
||||||
{% if grains['os_family'] == 'RedHat' %}
|
{% if grains['os_family'] == 'RedHat' %}
|
||||||
'Nextcloud Client installation':
|
'Redhat Nextcloud Client installation':
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- pkgs:
|
- pkgs:
|
||||||
- libgnome-keyring
|
- libgnome-keyring
|
||||||
- nextcloud-client
|
- 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 %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user