Skip to content

Commit

Permalink
Merge pull request #49 from stasjok/fix-suse-installation
Browse files Browse the repository at this point in the history
fix(vim/init.sls): fix full vim installation on suse
  • Loading branch information
myii authored Mar 1, 2021
2 parents 5e63455 + bc5283f commit 3267844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vim/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
vim:
pkg.installed:
- name: {{ vim.pkg }}
- pkgs: {{ vim.pkg|sequence|yaml }}
{% if salt['pillar.get']('vim:managed_vimrc', True) == True %}
{{ vim.config_root }}/vimrc:
Expand Down
2 changes: 1 addition & 1 deletion vim/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'config_root': '/etc',
},
'Suse': {
'pkg': 'vim',
'pkg': ['vim', 'vim-data'],
'share_dir': '/usr/share/vim/site',
'group': 'root',
'config_root': '/etc',
Expand Down

0 comments on commit 3267844

Please sign in to comment.