Created
February 21, 2012 22:40
-
-
Save thatch45/1879536 to your computer and use it in GitHub Desktop.
require id and name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git: | |
pkg: | |
- installed | |
- name: git core | |
/etc/git/gitconfig: | |
file: | |
- managed | |
- source: salt://git/gitconfig | |
- require: | |
- pkg: git | |
# this would also work: | |
/etc/git/somefile: | |
file: | |
- managed | |
- source: salt://git/somefile | |
- require: | |
- pkg: git-core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment