Actions
Bug #39
closed
fix nanorc in salt
Start date:
2013-12-13
Due date:
2014-02-11
% Done:
0%
Tags:
Salt
URL:
Description
I've discovered why nano is producing errors with the recent configuration files in VMs. The following line needs to be added to the SaltStack scripts:
sed -i /import\.nanorc/d /etc/nanorc
(removes the import.nanorc entry from /etc/nanorc)
Updated by Florian Effenberger over 11 years ago
- Status changed from New to In Progress
Is this fixed already?
Updated by Alexander Werner over 11 years ago
- Due date set to 2014-02-11
- Status changed from In Progress to Resolved
The script nanorc.sh was already fixed not to include import.nanorc. Old settings were removed through salt module calls.
Updated by Alexander Werner over 11 years ago
- Status changed from Resolved to Closed
Actions