Showing with 4 additions and 2 deletions.
  1. +2 −0 CHANGELOG
  2. +1 −1 Modulefile
  3. +1 −1 manifests/params.pp
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2014-02-18 - James Sweeny - 1.0.2
* Fix issue with module working on PE
2014-02-10 - Justin Lambert & welterde - 1.0.1
* Minor fix for basedir and rspec-puppet updates
2013-10-20 - Zack Smith <zack@puppetlabs.com> - 0.0.9
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 '1.0.1'
version '1.0.2'
source 'https://github.com/acidprime/r10k'
author 'zack'
license 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Include the mcollective agent
$mcollective = false

if $::is_pe == true {
if $::is_pe == 'true' {
# Puppet Enterprise specific settings
$puppetconf_path = '/etc/puppetlabs/puppet'

Expand Down