Added all files from my pr + the modified puppet manifests

This commit is contained in:
Alexander Trost
2016-03-26 14:14:15 +01:00
parent b51700f7e3
commit ef8bab71de
354 changed files with 15092 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
# force.pp
# force a package from a specific release
apt::force { 'package':
release => 'testing',
version => false
}