2019-11-01 09:34:09 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
|
|
|
name: vimrc
|
|
|
|
title: users formula
|
|
|
|
maintainer: SaltStack Formulas
|
|
|
|
license: Apache-2.0
|
|
|
|
summary: Verify that the `.vimrc` file is configured correctly for specified users
|
2021-03-23 22:34:51 +01:00
|
|
|
depends:
|
|
|
|
- name: share
|
|
|
|
path: test/integration/share
|
2019-11-01 09:34:09 +01:00
|
|
|
supports:
|
|
|
|
- platform-name: debian
|
|
|
|
- platform-name: ubuntu
|
|
|
|
- platform-name: centos
|
|
|
|
- platform-name: fedora
|
|
|
|
- platform-name: opensuse
|
|
|
|
- platform-name: suse
|
|
|
|
- platform-name: freebsd
|
2021-03-23 22:34:51 +01:00
|
|
|
- platform-name: openbsd
|
2019-11-01 09:34:09 +01:00
|
|
|
- platform-name: amazon
|
2021-02-14 10:02:24 +01:00
|
|
|
- platform-name: oracle
|
2019-11-01 09:34:09 +01:00
|
|
|
- platform-name: arch
|
2021-02-14 10:02:24 +01:00
|
|
|
- platform-name: gentoo
|
|
|
|
- platform: windows
|