Skip to content

Commit

Permalink
Fix subscribe source
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Oct 18, 2024
1 parent 7a891c3 commit 9bb9878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/jupyterhub.pp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
require => [
Exec['ipa-install'],
],
subscribe => File["${jupyterhub::prefix}/bin/kinit_wrapper"],
subscribe => File["${jupyterhub::prefix}/bin/ipa_register_service.py"],
environment => ["IPA_ADMIN_PASSWD=${ipa_passwd}"],
path => ['/bin', '/usr/bin', '/sbin','/usr/sbin', " ${jupyterhub::prefix}/bin"],
}
Expand Down

0 comments on commit 9bb9878

Please sign in to comment.