Skip to content

Commit 289ffb5

Browse files
committed
Disable fedora platform due to filesystem ACL issue
Default `www` pool configuration, installed with php-fpm package on Fedora 24, requires ACL enabled filesystem, but ACL not supported in docker (or at least in this particular image). See issue yevgenko#97 for more details.
1 parent 598ed93 commit 289ffb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.kitchen.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ platforms:
1313
privileged: true
1414
run_command: init
1515
- name: centos-6.7
16-
- name: fedora-23
16+
# - name: fedora-24
17+
# driver:
18+
# privileged: true
19+
# run_command: init
1720

1821
suites:
1922
- name: default

0 commit comments

Comments
 (0)