test(pillar): add test pillar to generate .vimrc
file
This commit is contained in:
parent
569e9276db
commit
86144befb9
@ -2,7 +2,6 @@
|
||||
# vim: ft=yaml
|
||||
---
|
||||
users-formula:
|
||||
use_vim_formula: true
|
||||
lookup: # override the defauls in map.jinja
|
||||
root_group: root
|
||||
|
||||
|
11
test/salt/pillar/vimrc.sls
Normal file
11
test/salt/pillar/vimrc.sls
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user