Skip to content

Commit

Permalink
fixing the removal of LoicJaquement Haystack volatility plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jul 10, 2017
1 parent 2304a3e commit 88ed327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sift/packages/python-volatility.sls
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ python-volatility-remove-MarcinUlikowski:
- watch:
- git: python-volatility-community-plugins

python-volatility-remove-VolHaystack:
python-volatility-remove-LoicJaquement-Haystack:
cmd.wait:
- name: find /usr/lib/python2.7/dist-packages/volatility/plugins/community/ -name "vol_haystack.py" -exec rm {} \;
- name: find /usr/lib/python2.7/dist-packages/volatility/plugins/community/ -name "Lo*cJaquemet" -exec rm -rf {} \;
- watch:
- git: python-volatility-community-plugins

Expand Down

0 comments on commit 88ed327

Please sign in to comment.