Skip to content

Commit 3ef7fdf

Browse files
committed
Replaced Modulefile by metadata
1 parent 5b38a29 commit 3ef7fdf

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

Modulefile

Lines changed: 0 additions & 9 deletions
This file was deleted.

metadata.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "tracywebtech-pip",
3+
"version": "1.3.3",
4+
"author": "Tracy Web Technologies",
5+
"summary": "Install pip using get-pip.py script",
6+
"license": "Apache 2.0",
7+
"source": "https://github.com/TracyWebTech/puppet-pip",
8+
"project_page": "https://github.com/TracyWebTech/puppet-pip",
9+
"issues_url": "https://github.com/TracyWebTech/puppet-pip/issues",
10+
"description": "Downloads get-pip.py and run it in order to install pip.",
11+
"dependencies": [
12+
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.1"}
13+
]
14+
}

0 commit comments

Comments
 (0)