[Ovirt-devel] [PATCH recipe] Syntax error correction in ovirt.pp (missing comma)

Perry Myers pmyers at redhat.com
Thu Oct 9 03:29:25 UTC 2008


Missing comma in ovirt.pp caused ace service to fail at appliance firstboot,
which caused failures in the appliance.

Signed-off-by: Perry Myers <pmyers at redhat.com>
---
 appliances/ovirt/ovirt.pp.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/appliances/ovirt/ovirt.pp.in b/appliances/ovirt/ovirt.pp.in
index 4e96cca..da98f2d 100644
--- a/appliances/ovirt/ovirt.pp.in
+++ b/appliances/ovirt/ovirt.pp.in
@@ -84,7 +84,7 @@ file {"/etc/collectd.conf":
 }
 
 file {"/etc/qpidd.conf":
-    source => "puppet:///ovirt/qpidd.conf"
+    source => "puppet:///ovirt/qpidd.conf",
     notify => Service["qpidd"]
 }
 
-- 
1.5.5.1




More information about the ovirt-devel mailing list