forked from saz/puppet-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
41 lines (40 loc) · 1.2 KB
/
metadata.json
File metadata and controls
41 lines (40 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "saz-vim",
"version": "2.3.2",
"author": "saz",
"summary": "Manage VIM via puppet.",
"license": "Apache License, Version 2.0",
"source": "https://github.com/saz/puppet-vim",
"project_page": "https://github.com/saz/puppet-vim",
"issues_url": "https://github.com/saz/puppet-vim/issues",
"description": "Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor Vi, with a more complete feature set. This module aims to enable easy installation and configuration of VIM through class parameters on different platforms, in a way that the administrator can easily set it up differently according to need and/or personal taste.",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
},
{
"operatingsystem": "OracleLinux"
},
{
"operatingsystem": "Scientific"
},
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
},
{
"operatingsystem": "Gentoo"
},
{
"operatingsystem": "FreeBSD"
}
],
"tags": ["Debian", "Ubuntu", "Gentoo", "RedHat", "VIM", "Editor", "FreeBSD", "CentOS"]
}