mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +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
|
|
}
|