Skip to content

Commit

Permalink
Add states portion of name (from transition)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Dec 12, 2013
1 parent 5abcf41 commit ad2403c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -21,7 +21,7 @@ fileserver_backend:
- git
gitfs_remotes:
- https://github.com/rgbkrk/salt-nbviewer.git
- https://github.com/rgbkrk/salt-states-nbviewer.git
```

If doing local development, set `gitfs_remotes` to the local clone:
Expand All @@ -31,7 +31,7 @@ fileserver_backend:
- git
gitfs_remotes:
- file:///code/salt-nbviewer
- file:///code/salt-states-nbviewer
```

Alternatively, just pull it down to where you want to reference it.
Expand All @@ -42,7 +42,7 @@ fileserver_backend:
file_roots:
base:
- /srv/salt/salt-nbviewer
- /srv/salt/salt-states-nbviewer
```

Expand Down

0 comments on commit ad2403c

Please sign in to comment.