From 15d49dbcc53337a5beaa4167e6ec01fc3b872df0 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 16 Jun 2021 14:27:25 +0200 Subject: [PATCH] debug Signed-off-by: Guillaume Abrioux --- roles/ceph-nfs/templates/ganesha.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-nfs/templates/ganesha.conf.j2 b/roles/ceph-nfs/templates/ganesha.conf.j2 index 10cd990dd..18403002a 100644 --- a/roles/ceph-nfs/templates/ganesha.conf.j2 +++ b/roles/ceph-nfs/templates/ganesha.conf.j2 @@ -68,7 +68,7 @@ EXPORT Name = CEPH; User_Id = "{{ ceph_nfs_ceph_user }}"; } - + {{ foobar }} {{ ganesha_ceph_export_overrides | default(None) }} } {% endif %} -- 2.47.3