Skip to content

Commit

Permalink
Merge pull request #424 from mhaskel/hulk_smash
Browse files Browse the repository at this point in the history
Hulk smash
  • Loading branch information
daenney committed Feb 19, 2015
2 parents da4a1dc + 59782da commit 463a61c
Show file tree
Hide file tree
Showing 58 changed files with 41 additions and 1,380 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
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
@@ -0,0 +1 @@
# TODO
3 changes: 3 additions & 0 deletions examples/builddep.pp
@@ -0,0 +1,3 @@
package{ 'glusterfs-server':
install_options => 'build-dep',
}
2 changes: 2 additions & 0 deletions examples/force.pp
@@ -0,0 +1,2 @@
# force.pp
# TODO: Update
5 changes: 5 additions & 0 deletions examples/hold.pp
@@ -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
@@ -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
@@ -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
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.

0 comments on commit 463a61c

Please sign in to comment.