Skip to content

Commit

Permalink
switch to test.noop
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jan 27, 2023
1 parent b513912 commit 939a128
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
20 changes: 12 additions & 8 deletions sift/desktop.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ include:
- sift.include-desktop

sift-desktop-version-file:
file.managed:
- name: /etc/sift-version
- source:
- salt://sift/VERSION # note: this is here for when sift is a submoduled to salt://sift/
- salt://VERSION
- user: root
- group: root
test.noop:
- name: install-complete
- require:
- sls: sift.include-desktop
- sls: sift.include-server
#file.managed:
# - name: /etc/sift-version
# - source:
# - salt://sift/VERSION # note: this is here for when sift is a submoduled to salt://sift/
# - salt://VERSION
# - user: root
# - group: root
# - require:
# - sls: sift.include-desktop
18 changes: 11 additions & 7 deletions sift/server.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ include:
- sift.include-server

sift-server-version-file:
file.managed:
- name: /etc/sift-version
- source:
- salt://sift/VERSION # note: this is here for when sift is a submoduled to salt://sift/
- salt://VERSION
- user: root
- group: root
test.noop:
- name: install-complete
- require:
- sls: sift.include-server
#file.managed:
# - name: /etc/sift-version
# - source:
# - salt://sift/VERSION # note: this is here for when sift is a submoduled to salt://sift/
# - salt://VERSION
# - user: root
# - group: root
# - require:
# - sls: sift.include-server

0 comments on commit 939a128

Please sign in to comment.