Repository: bigtop
Updated Branches:
  refs/heads/master 66de460b8 -> ce67355a7


BIGTOP-2373 kinit path is not correctly configured in hue.ini template for 
CentOs by puppet module (Vishal Khandelwal)


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ce67355a
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ce67355a
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ce67355a

Branch: refs/heads/master
Commit: ce67355a74dcb004ffdda38fd0e631fca899a15c
Parents: 66de460
Author: Andrew Purtell <apurt...@apache.org>
Authored: Thu Apr 7 09:57:05 2016 -0700
Committer: Andrew Purtell <apurt...@apache.org>
Committed: Thu Apr 7 09:57:05 2016 -0700

----------------------------------------------------------------------
 bigtop-deploy/puppet/modules/hue/templates/hue.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/ce67355a/bigtop-deploy/puppet/modules/hue/templates/hue.ini
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/modules/hue/templates/hue.ini 
b/bigtop-deploy/puppet/modules/hue/templates/hue.ini
index 8c81b69..4d079ae 100644
--- a/bigtop-deploy/puppet/modules/hue/templates/hue.ini
+++ b/bigtop-deploy/puppet/modules/hue/templates/hue.ini
@@ -359,7 +359,7 @@
     # Kerberos principal name for Hue
     hue_principal=hue/<%= @fqdn %>@<%= @kerberos_realm %>
     # Path to kinit
-    kinit_path=<%= (@operatingsystem == 'ubuntu' || @operatingsystem == 
'Debian') ? '/usr/bin' : '/usr/kerberos/bin' %>/kinit
+    kinit_path=<%= (@operatingsystem == 'ubuntu' || @operatingsystem == 
'Debian' || @operatingsystem == 'CentOS' ) ? '/usr/bin' : '/usr/kerberos/bin' 
%>/kinit
 
 <% end -%>
   # Configuration options for using OAuthBackend (core) login

Reply via email to