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 @@
2.3.2 - Zach Leslie + misterdom
* Fix for #97
2.3.2 - Zach Leslie + misterdom
* Fix for #96
2.3.1 - Ben Ford
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.3.2'
version '2.3.3'
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 @@ -48,7 +48,7 @@
$webhook_enable_ssl = true
$webhook_use_mcollective = true

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

Expand Down