Skip to content

Commit 86144be

Browse files
Felipe Zipitriamyii
authored andcommitted
test(pillar): add test pillar to generate .vimrc file
1 parent 569e927 commit 86144be

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

test/salt/pillar/default.sls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# vim: ft=yaml
33
---
44
users-formula:
5-
use_vim_formula: true
65
lookup: # override the defauls in map.jinja
76
root_group: root
87

test/salt/pillar/vimrc.sls

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# -*- coding: utf-8 -*-
2+
# vim: ft=yaml
3+
---
4+
users-formula:
5+
use_vim_formula: true
6+
7+
users:
8+
## Minimal required pillar values
9+
vim_user:
10+
fullname: Vim User
11+
manage_vimrc: true

0 commit comments

Comments
 (0)