Showing with 5 additions and 3 deletions.
  1. +2 −0 CHANGELOG
  2. +1 −1 Modulefile
  3. +1 −1 README.md
  4. +1 −1 metadata.json
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.6.5 - spidersddd
* Fix #147 for Ubuntu 14.0.4
2.6.4 - Zack Smith & Corey Osman
* Fix conditional for pe 3.7 cert upgrade hack
2.6.3 - Eli Young
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'zack-r10k'
version '2.6.4'
version '2.6.5'
source 'https://github.com/acidprime/r10k'
author 'zack'
license 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# r10k Configuration Module

[![Puppet Forge](http://img.shields.io/puppetforge/v/zack/r10k.svg)](https://forge.puppetlabs.com/zack/r10k)
[![Build Status](https://travis-ci.org/acidprime/r10k.png?branch=master)](https://travis-ci.org/acidprime/r10k)

This is the r10k setup module. It has a base class to configure r10k to
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": "https://github.com/acidprime/r10k",
"summary": "Module for setting up dynamic environments using r10k",
"tags": ["git", "pe", "environment", "mcollective"],
"version": "2.6.4",
"version": "2.6.5",
"dependencies": [
{
"name": "puppetlabs/stdlib",
Expand Down