SUSE / salt-netapi-client

Java bindings for the Salt API
MIT License
85 stars 95 forks source link

Question: How can I write or modify a file? #299

Open aramcap opened 2 years ago

aramcap commented 2 years ago

Salt has modules like salt.modules.file.manage_file or salt.modules.file.line to write or modify contents in a file. Does exists any method to write/modify files? I don't find it in the API-doc.

Thanks in advance.