Skip to content

Commit

Permalink
Fix require for ipa-getkeytab
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Oct 19, 2024
1 parent 0b47f44 commit 328d589
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/profile/manifests/jupyterhub.pp
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,8 @@
exec { 'jupyterhub_keytab':
command => 'kinit_wrapper ipa-getkeytab -p jupyterhub/jupyterhub -k /etc/jupyterhub/jupyterhub.keytab',
creates => '/etc/jupyterhub/jupyterhub.keytab',
tries => 5,
try_sleep => 5,
require => [
Exec['jupyterhub_venv'],
File['/etc/jupyterhub'],
File["${jupyterhub::prefix}/bin/kinit_wrapper"],
Exec['jupyterhub_ipa_service_register'],
Exec['ipa-install'],
Expand Down

0 comments on commit 328d589

Please sign in to comment.