aboutsummaryrefslogtreecommitdiff
path: root/roles/samba/templates
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-08-23 16:02:28 +0000
committerKumar Damani <me@kumardamani.net>2022-09-07 20:15:37 +0000
commitc85806e3289b5e207d51d382f8dc75edad04404d (patch)
tree244d2f1ad38320863fb60f695c88c97799be1171 /roles/samba/templates
parent4d34de2f5e757bfeae5738547aabb61d3d28a2f8 (diff)
switched to alpine initial commit
Diffstat (limited to 'roles/samba/templates')
-rw-r--r--roles/samba/templates/smb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/samba/templates/smb.conf b/roles/samba/templates/smb.conf
index eb5839a..5c1360a 100644
--- a/roles/samba/templates/smb.conf
+++ b/roles/samba/templates/smb.conf
@@ -1,5 +1,5 @@
[data]
-path = {{ data_vol_ssd }}
+path = {{ samba_data_root }}
writeable=Yes
create mask=0777
directory mask=0777