Skip to content

Commit

Permalink
fixing readme to match the proper way to run the states
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jun 6, 2017
1 parent 34be1a0 commit 0aace1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is a **Work In Progress**. Organization and setup method might change.
- Saltstack expects a certain folder structure, you'll need to have a root directory (eg- /tmp/salt)
- You'll need to clone or extract the tarball to /tmp/salt/sift (yes it must be named sift)
- Example: `git clone https://github.com/sans-dfir/sift-saltstack /tmp/salt`
4. `sudo salt-call --local --file-root=/tmp/salt state.sls sift`
4. `sudo salt-call --local --file-root=/tmp/salt state.sls sift.vm`

### Customizing the Install

Expand All @@ -27,7 +27,7 @@ You have full control over what you want to install from the SIFT distro. To rea
This is intended to replace Step 4 from above. This will install just the deb packages and python packages that makes up the SIFT distro, it will not create any users, change backgrounds, or any other customization of the linux install you are on.

```bash
sudo salt-call --local --file-root=/tmp/salt state.sls sift.packages
sudo salt-call --local --file-root=/tmp/salt state.sls sift.pkgs
```

## Installing Saltstack
Expand Down

0 comments on commit 0aace1b

Please sign in to comment.