Skip to content

Commit

Permalink
fixing a few problems with states so they execute properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jun 8, 2017
1 parent 8409147 commit 5f3ac7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions sift/config/samba.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 0 additions & 7 deletions sift/config/user/theme.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5f3ac7b

Please sign in to comment.