forked from vmware-archive/vmware-vmware_lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed Modulefile in favor of metadata.json
- Loading branch information
maniacmurphy
committed
Sep 16, 2016
1 parent
68917f4
commit 342b31e
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"name": "vmware-vmware_lib", | ||
"version": "0.7.0", | ||
"author": "Puppet Labs | VMware 2013", | ||
"license": "Apache-2.0", | ||
"summary": "VMware lib module", | ||
"source": "[email protected]:vmware/vmware-vmware_lib.git", | ||
"project_page": "https://github.com/vmware/vmware-vmware_lib", | ||
"issues_url": "https://github.com/vmware/vmware-vmware_lib/issues", | ||
"tags": ["vmware"], | ||
"dependencies": [] | ||
} |