mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-07-17 12:57:16 +02:00
test(pillar): add test pillar to generate .vimrc file
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user