使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
firewalld-formula
镜像自地址
https://github.com/saltstack-formulas/firewalld-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
14
百科
动态
浏览代码
test(pillar.example): add `includes`
pull/60/head
K. de Jong
1年前
父节点
cc7d05a3f1
当前提交
3dbfe70c12
没有帐户链接到提交者的电子邮件
共有
1 个文件被更改
,包括
5 次插入
和
0 次删除
分列视图
显示文件统计
+5
-0
firewalld/files/service.xml
+ 5
- 0
firewalld/files/service.xml
查看文件
@@ -79,4 +79,9 @@
{%- endfor %}
{%- endif %}
{%- endif %}
{%- if 'includes' in service %}
{%- for v in service.includes %}
<include service="{{ v }}" />
{%- endfor %}
{%- endif %}
</service>
撰写
预览
正在加载...
取消
保存