diff --git a/sift/config/samba.sls b/sift/config/samba.sls index 678c60f..fc227ae 100644 --- a/sift/config/samba.sls +++ b/sift/config/samba.sls @@ -20,13 +20,13 @@ samba-config: samba-service-smbd: service.running: - name: smbd - - reload: True - watch: - file: /etc/samba/smb.conf samba-service-nmbd: service.running: - name: nmbd - - reload: True + - require: + - service: samba-service-smbd - watch: - file: /etc/samba/smb.conf diff --git a/sift/config/user/theme.sls b/sift/config/user/theme.sls index 215bdc6..cde3687 100644 --- a/sift/config/user/theme.sls +++ b/sift/config/user/theme.sls @@ -48,10 +48,3 @@ theme-set-trusty-favorites: {%- if grains['oscodename'] == "xenial" %} {%- endif %} - -theme-remove-broken-links: - cmd.run: - - name: find -L /home/{{ user }}/Desktop -type l -delete - - runas: {{ user }} - - require: - - user: {{ user }}