[Ovirt-devel] [PATCH server] added a noreplace for cobbler.yml.

Hugh O. Brock hbrock at redhat.com
Fri Mar 27 14:22:35 UTC 2009


On Wed, Mar 25, 2009 at 02:07:05PM -0400, Jason Guiditta wrote:
> Updates were overwriting cobbler.yml, which
> we clearly do not want.
> 
> Signed-off-by: Jason Guiditta <jguiditt at redhat.com>
> ---
>  ovirt-server.spec.in |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in
> index eeefd65..ab2324c 100644
> --- a/ovirt-server.spec.in
> +++ b/ovirt-server.spec.in
> @@ -215,6 +215,7 @@ fi
>  %dir %{_sysconfdir}/%{name}/db
>  %config(noreplace) %{_sysconfdir}/%{name}/database.yml
>  %config(noreplace) %{_sysconfdir}/%{name}/ldap.yml
> +%config(noreplace) %{_sysconfdir}/%{name}/cobbler.yml
>  %config(noreplace) %{_sysconfdir}/%{name}/development.rb
>  %config(noreplace) %{_sysconfdir}/%{name}/production.rb
>  %config(noreplace) %{_sysconfdir}/%{name}/test.rb

I got hit by this too without realizing what was causing it. ACK.

--H




More information about the ovirt-devel mailing list