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

This commit is contained in:
Felipe Zipitria
2019-11-02 08:52:09 +00:00
committed by Imran Iqbal
parent 569e9276db
commit 86144befb9
2 changed files with 11 additions and 1 deletions
-1
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
+11
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