Skip to content

Commit c5db4a5

Browse files
committed
Leave /etc/sysconfig/origin-node in place
Previously we'd removed this file from the RPM, however that resulted in the file being removed during upgrades which altered configuration on running systems
1 parent 64882c0 commit c5db4a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

origin.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ touch --reference=%{SOURCE0} $RPM_BUILD_ROOT/usr/sbin/%{name}-docker-excluder
385385
%files node
386386
%{_bindir}/openshift-node-config
387387
%{_sysconfdir}/systemd/system.conf.d/origin-accounting.conf
388+
%ghost %config(noreplace) %{_sysconfdir}/sysconfig/%{name}-node
388389
%defattr(-,root,root,0700)
389390
%config(noreplace) %{_sysconfdir}/origin/node
390391

0 commit comments

Comments
 (0)