[Ovirt-devel] [PATCH server] Install -pxe instead of image.

Jason Guiditta jguiditt at redhat.com
Fri Mar 20 14:21:29 UTC 2009


ovirt-node-image is required by -pxe, so if we install
that we end up with both, which we need.  This installs
them in cobbler, either local or remote.

Signed-off-by: Jason Guiditta <jguiditt at redhat.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 44e368b..19834bb 100644
--- a/installer/modules/ovirt/manifests/cobbler.pp
+++ b/installer/modules/ovirt/manifests/cobbler.pp
@@ -61,7 +61,7 @@ class cobbler::bundled {
 		ensure => installed
 	}
 
-        package {"ovirt-node-image":
+        package {"ovirt-node-image-pxe":
                 ensure => installed
         }
 
-- 
1.5.6.6




More information about the ovirt-devel mailing list