Showing with 82 additions and 2 deletions.
  1. +1 −1 .gitignore
  2. +1 −1 Modulefile
  3. +80 −0 metadata.json
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec/reports
test/tmp
test/version_tmp
tmp
Gemfile.lock

# YARD artifacts
.yardoc
Expand All @@ -25,6 +26,5 @@ doc/
.DS_Store

# Puppet
metadata.json
coverage/
spec/fixtures/modules/*
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'ghoneycutt-nsswitch'
version '1.1.0'
version '1.2.0'
source 'git://github.com/ghoneycutt/puppet-module-nsswitch.git'
author 'ghoneycutt'
license 'Apache License, Version 2.0'
Expand Down
80 changes: 80 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"name": "ghoneycutt-nsswitch",
"version": "1.2.0",
"author": "ghoneycutt",
"summary": "Manage nsswitch",
"license": "Apache License, Version 2.0",
"source": "git://github.com/ghoneycutt/puppet-module-nsswitch.git",
"project_page": "https://github.com/ghoneycutt/puppet-module-nsswitch",
"issues_url": "https://github.com/ghoneycutt/puppet-module-nsswitch/issues",
"requirements": [
{
"name": "pe",
"version_requirement": "3.2.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
},
{
"name": "facter",
"version_requirement": ">= 1.7.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"10"
]
},
{
"operatingsystem": "SLES"
},
{
"operatingsystem": "SLED"
}
],
"description": "Manage nsswitch. Supports LDAP integration.",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}
]
}