__package_apt ignores --version parameter #139
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#139
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: thriqon
The default cdist type
__package_apt
appears to ignore the--version
parameter completely (assuming the Docker repository has been already provided beforehand):Are there any reasons this is happening right now or is this simply a bug?
Created by: thriqon
Looks good. Thanks for the swift implementation!
Created by: darko-poljak
@thriqon I added support for
--version
to__package_apt
. Can you clone my repo and checkouthttps://github.com/darko-poljak/cdist/tree/package_apt_version and test it?
I tested type with the following manifests in the following order.
__package curl --version "7.52.1-5+deb9u4
__package curl --state present
__package curl --state absent
__package curl --version "7.52.1-5+deb9u4
__package curl --version "7.52.1-5+deb9u4"
__package curl --version "7.52.1-5+deb9u3" --state absent
__package curl --version "7.52.1-5+deb9u4"
__package curl --version "7.52.1-5+deb9u4"
Created by: darko-poljak
@thriqon In __package_apt version parameter is not yet supported. I will implement this support and you can test it.