mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-01 12:33:41 +00:00
Added all files from my pr + the modified puppet manifests
This commit is contained in:
7
custom_zulip_files/puppet/apt/tests/force.pp
Normal file
7
custom_zulip_files/puppet/apt/tests/force.pp
Normal file
@@ -0,0 +1,7 @@
|
||||
# force.pp
|
||||
# force a package from a specific release
|
||||
|
||||
apt::force { 'package':
|
||||
release => 'testing',
|
||||
version => false
|
||||
}
|
||||
Reference in New Issue
Block a user