ceph-nfs: Debian got nfs-ganesha in backports - use them

Change-Id: Idf3c07384848eb54bca4595e50034bf980a7f77c
This commit is contained in:
Marcin Juszkiewicz 2018-10-10 10:09:23 +02:00
parent e3ad9538bb
commit 646e7de717

View File

@ -11,7 +11,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'nfs-ganesha',
'nfs-ganesha-ceph'
] %}
{% elif base_distro in ['ubuntu'] %}
{% elif base_distro in ['debian', 'ubuntu'] %}
{% set ceph_nfs_packages = [
'nfs-ganesha',
'nfs-ganesha-ceph'