mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 04:51:58 +00:00
8 lines
123 B
Puppet
8 lines
123 B
Puppet
# force.pp
|
|
# force a package from a specific release
|
|
|
|
apt::force { 'package':
|
|
release => 'testing',
|
|
version => false
|
|
}
|