Skip to content

Commit

Permalink
Update some documentation and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 20, 2015
1 parent 9e72ff0 commit b91d914
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The MIT License (MIT)

Copyright (c) 2012-2013 Christian "Jippi" Winther <[email protected]>
Tobias Nyholm <[email protected]>
2014 Mayflower GmbH <[email protected]>
2014-2015 Mayflower GmbH <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ a big fat warning into this README to let you know.
The project is released under the permissive MIT license.

The source can be found at
[github.com/Mayflower/puppet-php](https://github.com/mayflower/puppet-php/).
[github.com/mayflower/puppet-php](https://github.com/mayflower/puppet-php/).

This Puppet module is being actively maintained by some fellow puppeteers at
Mayflower GmbH.
[Mayflower GmbH](https://mayflower.de).
11 changes: 6 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "mayflower-php",
"version": "3.1.0",
"author": "Mayflower",
"summary": "Puppet module to manage PHP",
"summary": "Generic PHP module thats supports many platforms",
"license": "MIT",
"source": "https://github.com/Mayflower/puppet-php",
"source": "https://github.com/mayflower/puppet-php",
"project_page": "http://php.puppet.mayflower.de/",
"issues_url": "https://github.com/Mayflower/puppet-php/issues",
"description": "Puppet module that aims to manage PHP on every linux distribution with sane defaults and easy, hiera-friendly configuration",
"issues_url": "https://github.com/mayflower/puppet-php/issues",
"description": "Puppet module that aims to manage PHP and extensions in a generic way on many platforms with sane defaults and easy, hiera-centric configuration",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 < 5.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": "1.x" },
Expand All @@ -25,6 +25,7 @@
{ "operatingsystem": "RedHat" },
{ "operatingsystem": "CentOS" },
{ "operatingsystem": "FreeBSD" },
{ "operatingsystem": "SLES" }
{ "operatingsystem": "SLES" },
{ "operatingsystem": "OpenSUSE" }
]
}

0 comments on commit b91d914

Please sign in to comment.