Skip to content

Conversation

@root-expert
Copy link
Owner

Pull Request (PR) description

Makes provider holdable via mark property. If a package is held it prevents refreshes for the specified time defined by the hold_time install option.

hold_time can be:

  • forever
  • time format defined by RFC3339

It's not necessary to define the time in full, e.g 2024-10-10 will work, as well as 2024-10-10T23:59

Example snippet

package { 'hello-world:
   ensure   => 'latest/stable',
   mark     => 'hold',
   provider => 'snap',
}

This Pull Request (PR) fixes the following issues

@root-expert root-expert added the enhancement New feature or request label Sep 13, 2024
@root-expert root-expert force-pushed the holdable branch 15 times, most recently from eaf403c to 413b5a2 Compare September 14, 2024 09:43
@root-expert root-expert force-pushed the holdable branch 6 times, most recently from a85bcb6 to 437ed5b Compare June 28, 2025 12:54
@root-expert root-expert force-pushed the holdable branch 5 times, most recently from b4f6238 to 2f14f49 Compare June 28, 2025 13:50
@root-expert root-expert force-pushed the holdable branch 15 times, most recently from 1aa3f50 to d0348c1 Compare June 28, 2025 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants