test(pillar): add test pillar to generate .vimrc file

This commit is contained in:
Felipe Zipitria 2019-10-30 18:02:48 -03:00 committed by Imran Iqbal
parent 569e9276db
commit 86144befb9
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
2 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,6 @@
# vim: ft=yaml # vim: ft=yaml
--- ---
users-formula: users-formula:
use_vim_formula: true
lookup: # override the defauls in map.jinja lookup: # override the defauls in map.jinja
root_group: root root_group: root

View 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