[Ovirt-devel] [PATCH server] Ensure httpd is running for cobbler-import (F13)

Arthur Clément aclement at linagora.com
Wed May 5 16:34:06 UTC 2010


From: root <root at ovirt.admin.virt.par.lng>


Signed-off-by: Arthur Clément <aclement at linagora.com>
---
 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




More information about the ovirt-devel mailing list