Skip to content

Commit

Permalink
Fix require kinit_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Oct 18, 2024
1 parent d863d30 commit fa2b038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/profile/manifests/jupyterhub.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
command => "kinit_wrapper ipa console ${jupyterhub::prefix}/bin/ipa_register_service.py",
refreshonly => true,
require => [
File['kinit_wrapper'],
File["${jupyterhub::prefix}/bin/kinit_wrapper"],
Exec['ipa-install'],
],
environment => ["IPA_ADMIN_PASSWD=${ipa_passwd}"],
Expand All @@ -67,7 +67,7 @@
command => "kinit_wrapper ipa-getkeytab -p ${service_name} -k /etc/jupyterhub/jupyterhub.keytab",
creates => '/etc/jupyterhub/jupyterhub.keytab',
require => [
File['kinit_wrapper'],
File["${jupyterhub::prefix}/bin/kinit_wrapper"],
Exec['jupyterhub_ipa_service_register'],
Exec['ipa-install'],
],
Expand Down

0 comments on commit fa2b038

Please sign in to comment.