We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wr mem
Today, when Stockpiler backs up a network device, it saves the running configuration to startup (or whatever is the equivalent on a given platform).
We need to make this behavior optional.
The text was updated successfully, but these errors were encountered:
In https://github.com/lykinsbd/stockpiler/blob/master/stockpiler/tasks/stockpile/stockpile_cisco.py#L26 we would need to add an argument for "save_config" or similar, defaulting to True.
Then based on if that bool, we would make this chunk conditional: https://github.com/lykinsbd/stockpiler/blob/master/stockpiler/tasks/stockpile/stockpile_cisco.py#L73
Sorry, something went wrong.
No branches or pull requests
Today, when Stockpiler backs up a network device, it saves the running configuration to startup (or whatever is the equivalent on a given platform).
We need to make this behavior optional.
The text was updated successfully, but these errors were encountered: