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
Using filters I am able to find all hosts that have certaing packages installed (for example: git)
return [llength [array names installed "git"]]
How do I create filter that returns all hosts with git older than, for example, v2.0? Or where I can find some manuals that could help me with that? https://github.com/DE-IBH/apt-dater/blob/master/README.tclfilter does not help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using filters I am able to find all hosts that have certaing packages installed (for example: git)
return [llength [array names installed "git"]]
How do I create filter that returns all hosts with git older than, for example, v2.0? Or where I can find some manuals that could help me with that? https://github.com/DE-IBH/apt-dater/blob/master/README.tclfilter does not help.
The text was updated successfully, but these errors were encountered: