Skip to content

Commit

Permalink
Merge pull request #97 from xaque208/morepe
Browse files Browse the repository at this point in the history
Check for variations of $is_pe
  • Loading branch information
acidprime committed Nov 20, 2014
2 parents a37ce88 + 6cf4639 commit 5508a24
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5508a24

Please sign in to comment.