Use correct directory for /srv/sftp/home
This commit is contained in:
parent
231976d1dc
commit
06d63c111b
1 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@ nfs4-dirs:
|
|||
- group: root
|
||||
- mode: 0751
|
||||
mount.mounted:
|
||||
- device: /home/mail
|
||||
- device: /home/www
|
||||
- fstype: none
|
||||
- opts:
|
||||
- bind
|
||||
- persist: True
|
||||
- require:
|
||||
- file: /srv/sftp/home
|
||||
- file: /home/mail
|
||||
- file: /home/www
|
||||
|
||||
fileserver-packages:
|
||||
pkg.installed:
|
||||
|
|
Loading…
Reference in a new issue