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
Configuration management can be declarative or imperative.
I guess you know the difference, but I explain it here for other people:
declarative : There should be a symlink from file "foo" to "bar".
imperative/procedural: Create a symlink from "foo" to "bar".
Reading the current docs, it looks like Patchwork will go the imperative way. Please tell in the docs which way you want to go. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Configuration management can be declarative or imperative.
I guess you know the difference, but I explain it here for other people:
declarative : There should be a symlink from file "foo" to "bar".
imperative/procedural: Create a symlink from "foo" to "bar".
Reading the current docs, it looks like Patchwork will go the imperative way. Please tell in the docs which way you want to go. Thank you.
The text was updated successfully, but these errors were encountered: