Skip to content

Commit

Permalink
test(pillar): add test pillar to generate .vimrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Zipitria authored and myii committed Nov 2, 2019
1 parent 569e927 commit 86144be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/salt/pillar/default.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# vim: ft=yaml
---
users-formula:
use_vim_formula: true
lookup: # override the defauls in map.jinja
root_group: root

Expand Down
11 changes: 11 additions & 0 deletions test/salt/pillar/vimrc.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
users-formula:
use_vim_formula: true

users:
## Minimal required pillar values
vim_user:
fullname: Vim User
manage_vimrc: true

0 comments on commit 86144be

Please sign in to comment.