search for: restart_ipa

Displaying 1 result from an estimated 1 matches for "restart_ipa".

Did you mean: restart_in
2009 Jun 15
1
[PATCH][ovirt-server] restart ipa after installation and before set admin password
...pa.pp index aa806fe..5a9fb44 100644 --- a/installer/modules/ovirt/manifests/freeipa.pp +++ b/installer/modules/ovirt/manifests/freeipa.pp @@ -64,6 +64,11 @@ class freeipa::bundled{ require => [Exec[set_kdc_defaults],Single_exec[dnsmasq_restart]] } + exec {"restart_ipa": + command => "/usr/sbin/ipactl restart", + require => Single_Exec[ipa_server_install] + } + exec {"get_krb5_tkt": command => "/bin/echo $freeipa_password|/usr/kerberos/bin/kinit admin",...