使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
salt
/
php-formula
派生自
ExternalMirrors/php-formula
关注
2
点赞
0
派生
0
代码
版本发布
24
动态
浏览代码
fix(tests): fix package name for debian
tags/v0.39.2
sticky-note
5 年前
父节点
7e30f926b5
当前提交
4f75eac5fe
共有
1 个文件被更改
,包括
8 次插入
和
1 次删除
分列视图
显示文件统计
+8
-1
test/integration/default/controls/package_spec.rb
+ 8
- 1
test/integration/default/controls/package_spec.rb
查看文件
@@ -3,7 +3,14 @@ control 'Php package' do
pkg_name =
case os[:family]
when 'debian', 'redhat', 'fedora'
when 'debian'
case os[:name]
when 'ubuntu'
'php'
when 'debian'
'php7.0'
end
when 'redhat', 'fedora'
'php'
when 'suse'
'php5'
撰写
预览
正在加载...
取消
保存