Skip to content

Commit

Permalink
Disable samba service by default
Browse files Browse the repository at this point in the history
It seems to have negative impact if it's running and at the same time
NVM is using shared filesystem with NFS.
  • Loading branch information
marek-obuchowicz committed Nov 22, 2018
1 parent 3b6c4c0 commit a5c7318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions saltstack/base/samba/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ install-smb-server:
- pkg: install-smb-server

smbd:
service.running:
- enable: True
service.dead:
- enable: False
- require:
- pkg: install-smb-server
- file: /etc/samba/smb.conf
- watch:
- file: /etc/samba/smb.conf

nmbd:
service.running:
- enable: True
service.dead:
- enable: False
- require:
- pkg: install-smb-server
- file: /etc/samba/smb.conf
Expand Down

0 comments on commit a5c7318

Please sign in to comment.