Actions
Bug #9639
closedWhen running rudder-init on a fresh server, we get an error that "/var/rudder/ncf/local/ does not exist"
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
rudder-init runs following command:
# The previous run will create /var/rudder/configuration-repository/ncf/ncf.conf but it still needs copying to /var/rudder/ncf/local/ncf.conf if [ -f /var/rudder/configuration-repository/ncf/ncf.conf ]; then cp -f /var/rudder/configuration-repository/ncf/ncf.conf /var/rudder/ncf/local/ fi
but we don't check that this folder exists (on fresh install, on SLES, it seems it does not exists yet)
Actions