Skip to content

Commit

Permalink
feat: move analyzemft to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Nov 4, 2024
1 parent dc8fc5a commit b900990
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
15 changes: 0 additions & 15 deletions sift/python-packages/analyzemft.sls

This file was deleted.

10 changes: 10 additions & 0 deletions sift/python3-packages/analyzemft.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include:
- sift.packages.python3-pip

analyzemft:
pip.installed:
- name: analyzeMFT
- bin_env: /usr/bin/python3
- upgrade: True
- require:
- sls: sift.packages.python3-pip

0 comments on commit b900990

Please sign in to comment.