Displaying 2 results from an estimated 2 matches for "replace_line_returns".
2009 Aug 21
1
[PATCH server] update installer exec items to single_exec where applicable
...uot;set_kdc_defaults":
+ single_exec {"set_kdc_defaults":
command => "/bin/sed -i '/\[kdcdefaults\]/a \ kdc_ports = 88' /usr/share/ipa/kdc.conf.template",
require => Package[ipa-server]
}
- exec {"replace_line_returns":
+ single_exec {"replace_line_returns":
command => "/bin/sed -i -e 's/^/#/' /etc/httpd/conf.d/ipa-rewrite.conf",
require => Single_Exec[ipa_server_install]
}
@@ -43,7 +43,7 @@ class freeipa::bundled{...
2010 Jan 19
1
How I installed ovirt on fc 12
...file_replacement{"ipa_proxy_config_1":
file => "/etc/httpd/conf.d/ipa.conf",
pattern => "^<Proxy \\*>",
replacement => "<ProxyMatch ^.*/ipa/ui.*$>",
require => Single_exec[replace_line_returns]
}
3. Patch ipa-server
https://bugzilla.redhat.com/show_bug.cgi?id=544927
https://www.redhat.com/archives/freeipa-devel/2010-January/msg00054.html
I had to install ipa-server before running ace to patch /usr/lib/python2.6/site-packages/ipaserver/funcs.py.
yum install ipa-server
diff -u...