Update examples
This commit is contained in:
parent
8ef58a456d
commit
e965fe450d
6 changed files with 4 additions and 25 deletions
|
@ -1,2 +0,0 @@
|
|||
class { 'apt': }
|
||||
class { 'apt::debian::testing': }
|
|
@ -1,2 +0,0 @@
|
|||
class { 'apt': }
|
||||
class { 'apt::debian::unstable': }
|
|
@ -1,17 +1,2 @@
|
|||
# force.pp
|
||||
|
||||
# force a package from a specific release
|
||||
apt::force { 'package1':
|
||||
release => 'backports',
|
||||
}
|
||||
|
||||
# force a package to be a specific version
|
||||
apt::force { 'package2':
|
||||
version => '1.0.0-1',
|
||||
}
|
||||
|
||||
# force a package from a specific release to be a specific version
|
||||
apt::force { 'package3':
|
||||
release => 'sid',
|
||||
version => '2.0.0-1',
|
||||
}
|
||||
# TODO: Update
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
class { 'apt': }
|
|
@ -1 +0,0 @@
|
|||
include apt::params
|
|
@ -1,4 +1,4 @@
|
|||
class { 'apt': }
|
||||
class { 'apt::release':
|
||||
release_id => 'karmic'
|
||||
apt::conf { 'release':
|
||||
content => 'APT::Default-Release "karmic";',
|
||||
priority => '01',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue