19 lines
453 B
YAML
19 lines
453 B
YAML
|
# -*- 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
|
||
|
supports:
|
||
|
- platform-name: debian
|
||
|
- platform-name: ubuntu
|
||
|
- platform-name: centos
|
||
|
- platform-name: fedora
|
||
|
- platform-name: opensuse
|
||
|
- platform-name: suse
|
||
|
- platform-name: freebsd
|
||
|
- platform-name: amazon
|
||
|
- platform-name: arch
|