Updated Branches: refs/heads/master f06c0637b -> c3a551dd9
BIGTOP-995. JDK bug 6979329 requires a redundant kinit -R Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/c3a551dd Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c3a551dd Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c3a551dd Branch: refs/heads/master Commit: c3a551dd96236f9084113e10da4d7c7fc0a5c44a Parents: f06c063 Author: Roman Shaposhnik <[email protected]> Authored: Wed Jun 5 16:04:15 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Wed Jun 5 16:04:15 2013 -0700 ---------------------------------------------------------------------- .../puppet/modules/kerberos/manifests/init.pp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/c3a551dd/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp b/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp index 7e7f35d..5476235 100644 --- a/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp +++ b/bigtop-deploy/puppet/modules/kerberos/manifests/init.pp @@ -218,7 +218,7 @@ EOF exec { "aquire $title keytab": path => $kerberos::site::exec_path, user => $title, - command => "kinit -kt $keytab ${title}/$::fqdn", + command => "bash -c 'kinit -kt $keytab ${title}/$::fqdn ; kinit -R'", require => Exec["ktinject.$title"], } }
