From: root <[email protected]>
Signed-off-by: Arthur Clément <[email protected]> --- installer/modules/ovirt/manifests/cobbler.pp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/modules/ovirt/manifests/cobbler.pp b/installer/modules/ovirt/manifests/cobbler.pp index e9c239e..61305dd 100644 --- a/installer/modules/ovirt/manifests/cobbler.pp +++ b/installer/modules/ovirt/manifests/cobbler.pp @@ -119,7 +119,7 @@ class cobbler::bundled { single_exec {"cobbler-import": command => "/usr/sbin/cobbler-import >> /var/log/cobbler-import.log 2>&1", require => [File["/usr/sbin/cobbler-import"], - Service["cobblerd"],Package[ovirt-node-image-pxe],Package[livecd-tools]] + Service["cobblerd"],Service["httpd"],Package[ovirt-node-image-pxe],Package[livecd-tools]] } file_replacement{"settings_auth_module": file => "/etc/cobbler/settings", -- 1.7.0.1 _______________________________________________ Ovirt-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/ovirt-devel
