Arthur Clément
2010-May-05 16:34 UTC
[Ovirt-devel] [PATCH server] Ensure httpd is running for cobbler-import (F13)
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
Darryl L. Pierce
2010-May-06 17:18 UTC
[Ovirt-devel] [PATCH server] Ensure httpd is running for cobbler-import (F13)
On Wed, May 05, 2010 at 06:34:06PM +0200, Arthur Cl?ment wrote:> 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 > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-develACK and pushed. Thank you. :) -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100506/4281c9f3/attachment.sig>