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
|
- group: root
|
||||||
- mode: 0751
|
- mode: 0751
|
||||||
mount.mounted:
|
mount.mounted:
|
||||||
- device: /home/mail
|
- device: /home/www
|
||||||
- fstype: none
|
- fstype: none
|
||||||
- opts:
|
- opts:
|
||||||
- bind
|
- bind
|
||||||
- persist: True
|
- persist: True
|
||||||
- require:
|
- require:
|
||||||
- file: /srv/sftp/home
|
- file: /srv/sftp/home
|
||||||
- file: /home/mail
|
- file: /home/www
|
||||||
|
|
||||||
fileserver-packages:
|
fileserver-packages:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
|
Loading…
Reference in a new issue