Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.0.0 Prep work: Removing old code / Adding placeholders #424

Merged
merged 18 commits into from
Feb 19, 2015
Merged
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ fixtures:
repositories:
"stdlib":
"repo": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"ref": "v2.2.1"
"ref": "4.5.0"
symlinks:
"apt": "#{source_dir}"
1 change: 1 addition & 0 deletions examples/backports.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
3 changes: 3 additions & 0 deletions examples/builddep.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package{ 'glusterfs-server':
install_options => 'build-dep',
}
2 changes: 2 additions & 0 deletions examples/force.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# force.pp
# TODO: Update
5 changes: 5 additions & 0 deletions examples/hold.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apt::pin { 'hold-vim':
packages => 'vim',
version => '2:7.4.488-5',
priority => 1001,
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions examples/release.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apt::conf { 'release':
content => 'APT::Default-Release "karmic";',
priority => '01',
}
File renamed without changes.
1 change: 1 addition & 0 deletions examples/unattended_upgrades.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
82 changes: 0 additions & 82 deletions manifests/backports.pp

This file was deleted.

16 changes: 0 additions & 16 deletions manifests/builddep.pp

This file was deleted.

2 changes: 0 additions & 2 deletions manifests/conf.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
$priority = '50'
) {

include apt::params

$apt_conf_d = $apt::params::apt_conf_d

file { "${apt_conf_d}/${priority}${name}":
Expand Down
21 changes: 0 additions & 21 deletions manifests/debian/testing.pp

This file was deleted.

21 changes: 0 additions & 21 deletions manifests/debian/unstable.pp

This file was deleted.

60 changes: 0 additions & 60 deletions manifests/force.pp

This file was deleted.

54 changes: 0 additions & 54 deletions manifests/hold.pp

This file was deleted.

Loading