projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
blogs: fix lint issue
[chef.git]
/
cookbooks
/
php
/
attributes
/
default.rb
1
default[:php][:version] = if platform?("debian")
2
"8.2"
3
elsif node[:lsb][:release].to_f < 22.04
4
"7.4"
5
else
6
"8.1"
7
end
8
default[:php][:fpm][:options] = {}