Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.0 #27

Merged
merged 1 commit into from Aug 12, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -1,5 +1,16 @@
CHANGELOG

1.2.0
====

* Add ability specify package source protocol other than git
* Add ability to specify source version other than latest
* Add ability to use ip_based vhost
* Fix some RHN related issues.
* Add ability to specify releases and release types (eg, 6Server)
* Add ability to customize mrepo command, options, environment vars
* Add `mrepo::repos` for hiera integration.

1.1.1
=====

Expand Down
14 changes: 0 additions & 14 deletions Modulefile

This file was deleted.

21 changes: 21 additions & 0 deletions metadata.json
@@ -0,0 +1,21 @@
{
"name": "puppetlabs-mrepo",
"version": "1.2.0",
"author": "puppetlabs",
"summary": "Configures and manages mrepo mirrors, which are generated from distribution ISOs, existing RPM mirrors, the Redhat Network, or Yast Online Update.",
"license": "Apache-2.0",
"source": "git://github.com/puppetlabs/puppetlabs-mrepo.git",
"project_page": "https://github.com/puppetlabs/puppetlabs-mrepo",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"operatingsystem_support": [
],
"requirements": [
],
"description": "Puppet module to configure and manage mrepo mirrors. Mirrors can be generated from distribution ISOs, existing RPM mirrors, the Redhat Network, or Yast Online Update.",
"dependencies": [
{"name":"puppetlabs/apache","version_requirement":">= 0.6.0 < 2.0.0"},
{"name":"puppetlabs/vcsrepo","version_requirement":">= 0.0.3 < 2.0.0"},
{"name":"puppetlabs/stdlib","version_requirement":">= 0.1.6 < 5.0.0"},
{"name":"nanliu/staging","version_requirement":">= 0.1.0 < 2.0.0"}
]
}