Skip to content

Commit

Permalink
Leave /etc/sysconfig/origin-node in place
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sdodson committed Aug 22, 2018
1 parent 64882c0 commit c5db4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions origin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ touch --reference=%{SOURCE0} $RPM_BUILD_ROOT/usr/sbin/%{name}-docker-excluder
%files node
%{_bindir}/openshift-node-config
%{_sysconfdir}/systemd/system.conf.d/origin-accounting.conf
%ghost %config(noreplace) %{_sysconfdir}/sysconfig/%{name}-node
%defattr(-,root,root,0700)
%config(noreplace) %{_sysconfdir}/origin/node

Expand Down

0 comments on commit c5db4a5

Please sign in to comment.