Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from alphagov/modulefile-metadata-json
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
alexmuller authored Jul 12, 2016
2 parents 4cd99c5 + fec8890 commit dcc3d2e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2016-07-12 Release 0.3.0
- Support command-line options which don't have values
- Support Puppet 3.8
- Upgrade test dependencies

2014-03-26 Release 0.2.0
- Disable `hasrestart` to pick up argument changes.

Expand Down
10 changes: 0 additions & 10 deletions Modulefile

This file was deleted.

27 changes: 27 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "gdsoperations-gor",
"version": "0.3.0",
"author": "Government Digital Service",
"license": "MIT",
"summary": "Module to manage gor",
"source": "https://github.com/alphagov/puppet-gor",
"project_page": "https://github.com/alphagov/puppet-gor",
"issues_url": "https://github.com/alphagov/puppet-gor/issues",
"tags": [
"gor"
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.0.0"
}
]
}

0 comments on commit dcc3d2e

Please sign in to comment.