Skip to content

Commit

Permalink
Merge pull request #1 from keirans/metadataupdate
Browse files Browse the repository at this point in the history
Updating metadata.json to include RHEL and Windows Support
  • Loading branch information
keirans authored Jul 10, 2017
2 parents d80d7e2 + 43b522c commit dfd6da7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "keirans-azuremetadata",
"version": "0.1.0",
"version": "0.1.1",
"author": "keirans",
"summary": "This Puppet module exposes the Azure instance metadata as facts",
"license": "Apache-2.0",
"source": "https://github.com/keirans/azuremetadata",
"project_page": "https://github.com/keirans/azuremetadata",
"issues_url": "https://github.com/keirans/azuremetadata/issues",
"dependencies": [ ],
"data_provider": null
"data_provider": null,
"operatingsystem_support": [
{ "operatingsystem": "RedHat" },
{ "operatingsystem": "Windows" }
]
}

0 comments on commit dfd6da7

Please sign in to comment.