aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfsd/templates/exports.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nfsd/templates/exports.j2')
-rw-r--r--roles/nfsd/templates/exports.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nfsd/templates/exports.j2 b/roles/nfsd/templates/exports.j2
index 78ee61f..c579fed 100644
--- a/roles/nfsd/templates/exports.j2
+++ b/roles/nfsd/templates/exports.j2
@@ -3,6 +3,6 @@
{% for host in groups.servers %}
{% if host in nfsd_shared_dirs %}
{% set h = hostvars[host] %}
-{{ nfsd_data_dir }}/{{ h.inventory_hostname }} -maproot=root {{ h.__ip.internal if h.__ip.internal is defined }} {{ h.__ip.external if h.__ip.external is defined }}
+{{ nfsd_dir }}/{{ h.inventory_hostname }} -maproot=root {{ h.__ip.internal if h.__ip.internal is defined }} {{ h.__ip.external if h.__ip.external is defined }}
{% endif %}
{% endfor %}
remember that computers suck.