Skip to content

Commit 1c5fa35

Browse files
committed
Remove support for EOL debian releases
Signed-off-by: Tim Smith <tsmith@chef.io>
1 parent b23f55c commit 1c5fa35

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

recipes/repository.rb

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,6 @@
3939
key node['php-fpm']['dotdeb_repository']['key']
4040
action :add
4141
end
42-
elsif node['platform_version'].to_f >= 6.0
43-
apt_repository "dotdeb" do
44-
uri node['php-fpm']['dotdeb_repository']['uri']
45-
distribution "squeeze"
46-
components ['all']
47-
key node['php-fpm']['dotdeb_repository']['key']
48-
action :add
49-
end
50-
else
51-
apt_repository "dotdeb" do
52-
uri node['php-fpm']['dotdeb_repository']['uri']
53-
distribution "oldstable"
54-
components ['all']
55-
key node['php-fpm']['dotdeb_repository']['key']
56-
action :add
57-
end
58-
apt_repository "dotdeb-php53" do
59-
uri node['php-fpm']['dotdeb-php53_repository']['uri']
60-
distribution "oldstable"
61-
components ['all']
62-
key node['php-fpm']['dotdeb_repository']['key']
63-
action :add
64-
end
6542
end
6643

6744
when 'amazon', 'fedora', 'centos', 'redhat'

0 commit comments

Comments
 (0)