Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade module metadata
  • Loading branch information
torrancew committed Apr 30, 2016
1 parent f47fa3b commit 48f4ae5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Modulefile

This file was deleted.

36 changes: 36 additions & 0 deletions metadata.json
@@ -0,0 +1,36 @@
{
"name": "torrancew-account",
"version": "0.0.5",
"author": "torrancew",
"license": "Apache-2.0",
"summary": "A module to manage most typical aspects of UNIX user accounts",
"source": "https://github.com/torrancew/puppet-account",
"project_page": "https://forge.puppetlabs.com/torrancew/account",
"issues_url": "https://github.com/torrancew/puppet-account/issues",
"tags": ["account", "user", "group"],
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease": [ "5.0", "6.0", "7.0" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "8.0", "7.0", "6.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "16.04", "14.04", "12.04", "10.04" ]
},
{
"operatingsystem": "Archlinux"
}
],
"dependencies": [],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 2.6.0 < 5.0.0"
}
],
"data_provider": "none"
}

0 comments on commit 48f4ae5

Please sign in to comment.