[Ovirt-devel] [PATCH PuppetInstaller] Rework the dependencies so it is package.. stuff.. then servce

Bryan Kearney bkearney at redhat.com
Mon Dec 22 20:10:58 UTC 2008


---
 ace-ovirt/modules/ovirt/manifests/dns.pp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ace-ovirt/modules/ovirt/manifests/dns.pp b/ace-ovirt/modules/ovirt/manifests/dns.pp
index 99690e5..c16abfd 100644
--- a/ace-ovirt/modules/ovirt/manifests/dns.pp
+++ b/ace-ovirt/modules/ovirt/manifests/dns.pp
@@ -47,8 +47,8 @@ define dns::common($mgmt_ipaddr="", $prov_ipaddr="",$mgmt_dev="",$prov_dev="") {
 
     file_replacement {"dnsmasq_configdir":
         file => "/etc/dnsmasq.conf",
-	pattern => "^#conf-dir=/etc/dnsmasq.d$"
-	replacement => "conf-dir=/etc/dnsmasq.d",
+        pattern => "^#conf-dir=*$",
+        replacement => "conf-dir=/etc/dnsmasq.d",
         notify => Service[dnsmasq],
         require => Package["dnsmasq"]
     }
-- 
1.6.0.4




More information about the ovirt-devel mailing list