Skip to content

Commit

Permalink
a few more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed May 28, 2017
1 parent b3e2ba2 commit 78117d1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sift/scripts/image-mounter.sls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source: https://github.com/kevthehermit/Scripts
scripts-image-mounter:
sift-scripts-image-mounter:
file.managed:
- name: /usr/local/bin/imageMounter.py
- source: https://raw.githubusercontent.com/kevthehermit/Scripts/master/imageMounter.py
Expand Down
12 changes: 10 additions & 2 deletions sift/scripts/regripper.sls
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@ scripts-regripper-files:

scripts-regripper-binary:
file.managed:
- name: /usr/local/bin/rip.pl
- name: /usr/share/regripper/rip.pl
- source: salt://sift/files/regripper/rip.pl
- file_mode: 755
- mode: 755
- require:
- file: scripts-regripper-files

scripts-regripper-symlink:
file.symlink:
- name: /usr/local/bin/rip.pl
- target: /usr/share/regripper/rip.pl
- mode: 755
- require:
- file: scripts-regripper-binary

scripts-regripper-dos2unix:
cmd.run:
- name: dos2unix -ascii /usr/share/regripper/*
Expand Down
2 changes: 1 addition & 1 deletion sift/scripts/rfc.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sift-scripts-rfc:
file.managed:
- name: /usr/local/bin/rfc.pl
- source: salt://sift/files/scripts/rfc.pl
- file_mode: 755
- mode: 755
2 changes: 1 addition & 1 deletion sift/scripts/shim-cache-parser.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:
- sift.python-packages.python-registry

# Source: https://github.com/kevthehermit/Scripts
scripts-image-mounter:
sift-scripts-shim-cache-parser:
file.managed:
- name: /usr/local/bin/ShimCacheParser.py
- source: https://raw.githubusercontent.com/mandiant/ShimCacheParser/{{ commit }}/ShimCacheParser.py
Expand Down

0 comments on commit 78117d1

Please sign in to comment.