Saltstack Official PHP Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

598 lines
18KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. # For help on this file's format, see https://kitchen.ci/
  5. driver:
  6. name: docker
  7. use_sudo: false
  8. privileged: true
  9. run_command: /lib/systemd/systemd
  10. platforms:
  11. ## SALT `tiamat`
  12. - name: debian-10-tiamat-py3
  13. driver:
  14. image: saltimages/salt-tiamat-py3:debian-10
  15. - name: debian-9-tiamat-py3
  16. driver:
  17. image: saltimages/salt-tiamat-py3:debian-9
  18. - name: ubuntu-2004-tiamat-py3
  19. driver:
  20. image: saltimages/salt-tiamat-py3:ubuntu-20.04
  21. - name: ubuntu-1804-tiamat-py3
  22. driver:
  23. image: saltimages/salt-tiamat-py3:ubuntu-18.04
  24. - name: centos-8-tiamat-py3
  25. driver:
  26. image: saltimages/salt-tiamat-py3:centos-8
  27. - name: centos-7-tiamat-py3
  28. driver:
  29. image: saltimages/salt-tiamat-py3:centos-7
  30. - name: amazonlinux-2-tiamat-py3
  31. driver:
  32. image: saltimages/salt-tiamat-py3:amazonlinux-2
  33. - name: oraclelinux-8-tiamat-py3
  34. driver:
  35. image: saltimages/salt-tiamat-py3:oraclelinux-8
  36. - name: oraclelinux-7-tiamat-py3
  37. driver:
  38. image: saltimages/salt-tiamat-py3:oraclelinux-7
  39. - name: almalinux-8-tiamat-py3
  40. driver:
  41. image: saltimages/salt-tiamat-py3:almalinux-8
  42. - name: rockylinux-8-tiamat-py3
  43. driver:
  44. image: saltimages/salt-tiamat-py3:rockylinux-8
  45. ## SALT `master`
  46. - name: debian-10-master-py3
  47. driver:
  48. image: saltimages/salt-master-py3:debian-10
  49. - name: debian-9-master-py3
  50. driver:
  51. image: saltimages/salt-master-py3:debian-9
  52. - name: ubuntu-2004-master-py3
  53. driver:
  54. image: saltimages/salt-master-py3:ubuntu-20.04
  55. - name: ubuntu-1804-master-py3
  56. driver:
  57. image: saltimages/salt-master-py3:ubuntu-18.04
  58. - name: centos-8-master-py3
  59. driver:
  60. image: saltimages/salt-master-py3:centos-8
  61. - name: centos-7-master-py3
  62. driver:
  63. image: saltimages/salt-master-py3:centos-7
  64. - name: fedora-34-master-py3
  65. driver:
  66. image: saltimages/salt-master-py3:fedora-34
  67. - name: fedora-33-master-py3
  68. driver:
  69. image: saltimages/salt-master-py3:fedora-33
  70. - name: opensuse-leap-153-master-py3
  71. driver:
  72. image: saltimages/salt-master-py3:opensuse-leap-15.3
  73. run_command: /usr/lib/systemd/systemd
  74. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  75. # => SCP did not finish successfully (255): (Net::SCP::Error)
  76. transport:
  77. max_ssh_sessions: 1
  78. - name: opensuse-leap-152-master-py3
  79. driver:
  80. image: saltimages/salt-master-py3:opensuse-leap-15.2
  81. run_command: /usr/lib/systemd/systemd
  82. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  83. # => SCP did not finish successfully (255): (Net::SCP::Error)
  84. transport:
  85. max_ssh_sessions: 1
  86. - name: opensuse-tmbl-latest-master-py3
  87. driver:
  88. image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
  89. run_command: /usr/lib/systemd/systemd
  90. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  91. # => SCP did not finish successfully (255): (Net::SCP::Error)
  92. transport:
  93. max_ssh_sessions: 1
  94. - name: amazonlinux-2-master-py3
  95. driver:
  96. image: saltimages/salt-master-py3:amazonlinux-2
  97. - name: oraclelinux-8-master-py3
  98. driver:
  99. image: saltimages/salt-master-py3:oraclelinux-8
  100. - name: oraclelinux-7-master-py3
  101. driver:
  102. image: saltimages/salt-master-py3:oraclelinux-7
  103. - name: arch-base-latest-master-py3
  104. driver:
  105. image: saltimages/salt-master-py3:arch-base-latest
  106. run_command: /usr/lib/systemd/systemd
  107. - name: gentoo-stage3-latest-master-py3
  108. driver:
  109. image: saltimages/salt-master-py3:gentoo-stage3-latest
  110. run_command: /sbin/init
  111. - name: gentoo-stage3-systemd-master-py3
  112. driver:
  113. image: saltimages/salt-master-py3:gentoo-stage3-systemd
  114. - name: almalinux-8-master-py3
  115. driver:
  116. image: saltimages/salt-master-py3:almalinux-8
  117. - name: rockylinux-8-master-py3
  118. driver:
  119. image: saltimages/salt-master-py3:rockylinux-8
  120. ## SALT `3003.1`
  121. - name: debian-10-3003-1-py3
  122. driver:
  123. image: saltimages/salt-3003.1-py3:debian-10
  124. - name: debian-9-3003-1-py3
  125. driver:
  126. image: saltimages/salt-3003.1-py3:debian-9
  127. - name: ubuntu-2004-3003-1-py3
  128. driver:
  129. image: saltimages/salt-3003.1-py3:ubuntu-20.04
  130. - name: ubuntu-1804-3003-1-py3
  131. driver:
  132. image: saltimages/salt-3003.1-py3:ubuntu-18.04
  133. - name: centos-8-3003-1-py3
  134. driver:
  135. image: saltimages/salt-3003.1-py3:centos-8
  136. - name: centos-7-3003-1-py3
  137. driver:
  138. image: saltimages/salt-3003.1-py3:centos-7
  139. - name: fedora-34-3003-1-py3
  140. driver:
  141. image: saltimages/salt-3003.1-py3:fedora-34
  142. - name: fedora-33-3003-1-py3
  143. driver:
  144. image: saltimages/salt-3003.1-py3:fedora-33
  145. - name: opensuse-leap-153-3003-1-py3
  146. driver:
  147. image: saltimages/salt-3003.1-py3:opensuse-leap-15.3
  148. run_command: /usr/lib/systemd/systemd
  149. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  150. # => SCP did not finish successfully (255): (Net::SCP::Error)
  151. transport:
  152. max_ssh_sessions: 1
  153. - name: opensuse-leap-152-3003-1-py3
  154. driver:
  155. image: saltimages/salt-3003.1-py3:opensuse-leap-15.2
  156. run_command: /usr/lib/systemd/systemd
  157. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  158. # => SCP did not finish successfully (255): (Net::SCP::Error)
  159. transport:
  160. max_ssh_sessions: 1
  161. - name: opensuse-tmbl-latest-3003-1-py3
  162. driver:
  163. image: saltimages/salt-3003.1-py3:opensuse-tumbleweed-latest
  164. run_command: /usr/lib/systemd/systemd
  165. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  166. # => SCP did not finish successfully (255): (Net::SCP::Error)
  167. transport:
  168. max_ssh_sessions: 1
  169. - name: amazonlinux-2-3003-1-py3
  170. driver:
  171. image: saltimages/salt-3003.1-py3:amazonlinux-2
  172. - name: oraclelinux-8-3003-1-py3
  173. driver:
  174. image: saltimages/salt-3003.1-py3:oraclelinux-8
  175. - name: oraclelinux-7-3003-1-py3
  176. driver:
  177. image: saltimages/salt-3003.1-py3:oraclelinux-7
  178. - name: arch-base-latest-3003-1-py3
  179. driver:
  180. image: saltimages/salt-3003.1-py3:arch-base-latest
  181. run_command: /usr/lib/systemd/systemd
  182. - name: gentoo-stage3-latest-3003-1-py3
  183. driver:
  184. image: saltimages/salt-3003.1-py3:gentoo-stage3-latest
  185. run_command: /sbin/init
  186. - name: gentoo-stage3-systemd-3003-1-py3
  187. driver:
  188. image: saltimages/salt-3003.1-py3:gentoo-stage3-systemd
  189. ## SALT `3002.6`
  190. - name: debian-10-3002-6-py3
  191. driver:
  192. image: saltimages/salt-3002.6-py3:debian-10
  193. - name: debian-9-3002-6-py3
  194. driver:
  195. image: saltimages/salt-3002.6-py3:debian-9
  196. - name: ubuntu-2004-3002-6-py3
  197. driver:
  198. image: saltimages/salt-3002.6-py3:ubuntu-20.04
  199. - name: ubuntu-1804-3002-6-py3
  200. driver:
  201. image: saltimages/salt-3002.6-py3:ubuntu-18.04
  202. - name: centos-8-3002-6-py3
  203. driver:
  204. image: saltimages/salt-3002.6-py3:centos-8
  205. - name: centos-7-3002-6-py3
  206. driver:
  207. image: saltimages/salt-3002.6-py3:centos-7
  208. - name: fedora-34-3002-6-py3
  209. driver:
  210. image: saltimages/salt-3002.6-py3:fedora-34
  211. - name: fedora-33-3002-6-py3
  212. driver:
  213. image: saltimages/salt-3002.6-py3:fedora-33
  214. - name: amazonlinux-2-3002-6-py3
  215. driver:
  216. image: saltimages/salt-3002.6-py3:amazonlinux-2
  217. - name: oraclelinux-8-3002-6-py3
  218. driver:
  219. image: saltimages/salt-3002.6-py3:oraclelinux-8
  220. - name: oraclelinux-7-3002-6-py3
  221. driver:
  222. image: saltimages/salt-3002.6-py3:oraclelinux-7
  223. - name: arch-base-latest-3002-6-py3
  224. driver:
  225. image: saltimages/salt-3002.6-py3:arch-base-latest
  226. run_command: /usr/lib/systemd/systemd
  227. - name: gentoo-stage3-latest-3002-6-py3
  228. driver:
  229. image: saltimages/salt-3002.6-py3:gentoo-stage3-latest
  230. run_command: /sbin/init
  231. - name: gentoo-stage3-systemd-3002-6-py3
  232. driver:
  233. image: saltimages/salt-3002.6-py3:gentoo-stage3-systemd
  234. ## SALT `3002.2`
  235. - name: opensuse-leap-153-3002-2-py3
  236. driver:
  237. image: saltimages/salt-3002.2-py3:opensuse-leap-15.3
  238. run_command: /usr/lib/systemd/systemd
  239. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  240. # => SCP did not finish successfully (255): (Net::SCP::Error)
  241. transport:
  242. max_ssh_sessions: 1
  243. - name: opensuse-leap-152-3002-2-py3
  244. driver:
  245. image: saltimages/salt-3002.2-py3:opensuse-leap-15.2
  246. run_command: /usr/lib/systemd/systemd
  247. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  248. # => SCP did not finish successfully (255): (Net::SCP::Error)
  249. transport:
  250. max_ssh_sessions: 1
  251. - name: opensuse-tmbl-latest-3002-2-py3
  252. driver:
  253. image: saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
  254. run_command: /usr/lib/systemd/systemd
  255. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  256. # => SCP did not finish successfully (255): (Net::SCP::Error)
  257. transport:
  258. max_ssh_sessions: 1
  259. ## SALT `3001.7`
  260. - name: debian-10-3001-7-py3
  261. driver:
  262. image: saltimages/salt-3001.7-py3:debian-10
  263. - name: debian-9-3001-7-py3
  264. driver:
  265. image: saltimages/salt-3001.7-py3:debian-9
  266. - name: ubuntu-2004-3001-7-py3
  267. driver:
  268. image: saltimages/salt-3001.7-py3:ubuntu-20.04
  269. - name: ubuntu-1804-3001-7-py3
  270. driver:
  271. image: saltimages/salt-3001.7-py3:ubuntu-18.04
  272. - name: centos-8-3001-7-py3
  273. driver:
  274. image: saltimages/salt-3001.7-py3:centos-8
  275. - name: centos-7-3001-7-py3
  276. driver:
  277. image: saltimages/salt-3001.7-py3:centos-7
  278. - name: fedora-34-3001-7-py3
  279. driver:
  280. image: saltimages/salt-3001.7-py3:fedora-34
  281. - name: fedora-33-3001-7-py3
  282. driver:
  283. image: saltimages/salt-3001.7-py3:fedora-33
  284. - name: opensuse-leap-153-3001-7-py3
  285. driver:
  286. image: saltimages/salt-3001.7-py3:opensuse-leap-15.3
  287. run_command: /usr/lib/systemd/systemd
  288. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  289. # => SCP did not finish successfully (255): (Net::SCP::Error)
  290. transport:
  291. max_ssh_sessions: 1
  292. - name: opensuse-leap-152-3001-7-py3
  293. driver:
  294. image: saltimages/salt-3001.7-py3:opensuse-leap-15.2
  295. run_command: /usr/lib/systemd/systemd
  296. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  297. # => SCP did not finish successfully (255): (Net::SCP::Error)
  298. transport:
  299. max_ssh_sessions: 1
  300. - name: opensuse-tmbl-latest-3001-7-py3
  301. driver:
  302. image: saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest
  303. run_command: /usr/lib/systemd/systemd
  304. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  305. # => SCP did not finish successfully (255): (Net::SCP::Error)
  306. transport:
  307. max_ssh_sessions: 1
  308. - name: amazonlinux-2-3001-7-py3
  309. driver:
  310. image: saltimages/salt-3001.7-py3:amazonlinux-2
  311. - name: oraclelinux-8-3001-7-py3
  312. driver:
  313. image: saltimages/salt-3001.7-py3:oraclelinux-8
  314. - name: oraclelinux-7-3001-7-py3
  315. driver:
  316. image: saltimages/salt-3001.7-py3:oraclelinux-7
  317. - name: arch-base-latest-3001-7-py3
  318. driver:
  319. image: saltimages/salt-3001.7-py3:arch-base-latest
  320. run_command: /usr/lib/systemd/systemd
  321. - name: gentoo-stage3-latest-3001-7-py3
  322. driver:
  323. image: saltimages/salt-3001.7-py3:gentoo-stage3-latest
  324. run_command: /sbin/init
  325. - name: gentoo-stage3-systemd-3001-7-py3
  326. driver:
  327. image: saltimages/salt-3001.7-py3:gentoo-stage3-systemd
  328. ## SALT `3000.9`
  329. - name: debian-10-3000-9-py3
  330. driver:
  331. image: saltimages/salt-3000.9-py3:debian-10
  332. - name: debian-9-3000-9-py3
  333. driver:
  334. image: saltimages/salt-3000.9-py3:debian-9
  335. - name: ubuntu-1804-3000-9-py3
  336. driver:
  337. image: saltimages/salt-3000.9-py3:ubuntu-18.04
  338. - name: centos-8-3000-9-py3
  339. driver:
  340. image: saltimages/salt-3000.9-py3:centos-8
  341. - name: centos-7-3000-9-py3
  342. driver:
  343. image: saltimages/salt-3000.9-py3:centos-7
  344. - name: opensuse-leap-153-3000-9-py3
  345. driver:
  346. image: saltimages/salt-3000.9-py3:opensuse-leap-15.3
  347. run_command: /usr/lib/systemd/systemd
  348. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  349. # => SCP did not finish successfully (255): (Net::SCP::Error)
  350. transport:
  351. max_ssh_sessions: 1
  352. - name: opensuse-leap-152-3000-9-py3
  353. driver:
  354. image: saltimages/salt-3000.9-py3:opensuse-leap-15.2
  355. run_command: /usr/lib/systemd/systemd
  356. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  357. # => SCP did not finish successfully (255): (Net::SCP::Error)
  358. transport:
  359. max_ssh_sessions: 1
  360. - name: amazonlinux-2-3000-9-py3
  361. driver:
  362. image: saltimages/salt-3000.9-py3:amazonlinux-2
  363. - name: oraclelinux-8-3000-9-py3
  364. driver:
  365. image: saltimages/salt-3000.9-py3:oraclelinux-8
  366. - name: oraclelinux-7-3000-9-py3
  367. driver:
  368. image: saltimages/salt-3000.9-py3:oraclelinux-7
  369. - name: gentoo-stage3-latest-3000-9-py3
  370. driver:
  371. image: saltimages/salt-3000.9-py3:gentoo-stage3-latest
  372. run_command: /sbin/init
  373. - name: gentoo-stage3-systemd-3000-9-py3
  374. driver:
  375. image: saltimages/salt-3000.9-py3:gentoo-stage3-systemd
  376. - name: ubuntu-1804-3000-9-py2
  377. driver:
  378. image: saltimages/salt-3000.9-py2:ubuntu-18.04
  379. - name: arch-base-latest-3000-9-py2
  380. driver:
  381. image: saltimages/salt-3000.9-py2:arch-base-latest
  382. run_command: /usr/lib/systemd/systemd
  383. provisioner:
  384. name: salt_solo
  385. log_level: debug
  386. salt_install: none
  387. require_chef: false
  388. formula: php
  389. salt_copy_filter:
  390. - .kitchen
  391. - .git
  392. verifier:
  393. # https://www.inspec.io/
  394. name: inspec
  395. sudo: true
  396. # cli, documentation, html, progress, json, json-min, json-rspec, junit
  397. reporter:
  398. - cli
  399. suites:
  400. - name: debian
  401. includes:
  402. - debian-10-tiamat-py3
  403. - debian-9-tiamat-py3
  404. - debian-10-master-py3
  405. - debian-9-master-py3
  406. - debian-10-3003-1-py3
  407. - debian-9-3003-1-py3
  408. - debian-10-3002-6-py3
  409. - debian-9-3002-6-py3
  410. - debian-10-3001-7-py3
  411. - debian-9-3001-7-py3
  412. - debian-10-3000-9-py3
  413. - debian-9-3000-9-py3
  414. provisioner:
  415. state_top:
  416. base:
  417. '*':
  418. - php._mapdata
  419. - php.repo
  420. - php.fpm.install
  421. - php.fpm.config
  422. - php.fpm.pools
  423. - php.modules
  424. - php.fpm.service
  425. pillars:
  426. top.sls:
  427. base:
  428. '*':
  429. - php
  430. pillars_from_files:
  431. php.sls: test/salt/pillar/debian.sls
  432. verifier:
  433. inspec_tests:
  434. - path: test/integration/default
  435. - name: ubuntu
  436. includes:
  437. - ubuntu-2004-tiamat-py3
  438. - ubuntu-1804-tiamat-py3
  439. - ubuntu-2004-master-py3
  440. - ubuntu-1804-master-py3
  441. - ubuntu-2004-3003-1-py3
  442. - ubuntu-1804-3003-1-py3
  443. - ubuntu-2004-3002-6-py3
  444. - ubuntu-1804-3002-6-py3
  445. - ubuntu-2004-3001-7-py3
  446. - ubuntu-1804-3001-7-py3
  447. - ubuntu-1804-3000-9-py3
  448. - ubuntu-1804-3000-9-py2
  449. provisioner:
  450. state_top:
  451. base:
  452. '*':
  453. - php._mapdata
  454. - php.repo
  455. - php.fpm.install
  456. - php.fpm.config
  457. - php.fpm.pools
  458. - php.modules
  459. - php.fpm.service
  460. pillars:
  461. top.sls:
  462. base:
  463. '*':
  464. - php
  465. - ubuntu
  466. pillars_from_files:
  467. php.sls: test/salt/pillar/debian.sls
  468. ubuntu.sls: test/salt/pillar/ubuntu.sls
  469. verifier:
  470. inspec_tests:
  471. - path: test/integration/default
  472. - name: redhat
  473. includes:
  474. - centos-8-tiamat-py3
  475. - centos-7-tiamat-py3
  476. - amazonlinux-2-tiamat-py3
  477. - oraclelinux-8-tiamat-py3
  478. - oraclelinux-7-tiamat-py3
  479. - almalinux-8-tiamat-py3
  480. - rockylinux-8-tiamat-py3
  481. - centos-8-master-py3
  482. - centos-7-master-py3
  483. - fedora-34-master-py3
  484. - fedora-33-master-py3
  485. - amazonlinux-2-master-py3
  486. - oraclelinux-8-master-py3
  487. - oraclelinux-7-master-py3
  488. - almalinux-8-master-py3
  489. - rockylinux-8-master-py3
  490. - centos-8-3003-1-py3
  491. - centos-7-3003-1-py3
  492. - fedora-34-3003-1-py3
  493. - fedora-33-3003-1-py3
  494. - amazonlinux-2-3003-1-py3
  495. - oraclelinux-8-3003-1-py3
  496. - oraclelinux-7-3003-1-py3
  497. - centos-8-3002-6-py3
  498. - centos-7-3002-6-py3
  499. - fedora-34-3002-6-py3
  500. - fedora-33-3002-6-py3
  501. - amazonlinux-2-3002-6-py3
  502. - oraclelinux-8-3002-6-py3
  503. - oraclelinux-7-3002-6-py3
  504. - centos-8-3001-7-py3
  505. - centos-7-3001-7-py3
  506. - fedora-34-3001-7-py3
  507. - fedora-33-3001-7-py3
  508. - amazonlinux-2-3001-7-py3
  509. - oraclelinux-8-3001-7-py3
  510. - oraclelinux-7-3001-7-py3
  511. - centos-8-3000-9-py3
  512. - centos-7-3000-9-py3
  513. - amazonlinux-2-3000-9-py3
  514. - oraclelinux-8-3000-9-py3
  515. - oraclelinux-7-3000-9-py3
  516. provisioner:
  517. state_top:
  518. base:
  519. '*':
  520. - php._mapdata
  521. - php
  522. pillars:
  523. top.sls:
  524. base:
  525. '*':
  526. - php
  527. pillars_from_files:
  528. php.sls: test/salt/pillar/redhat.sls
  529. verifier:
  530. inspec_tests:
  531. - path: test/integration/default
  532. - name: suse
  533. includes:
  534. - opensuse-leap-153-master-py3
  535. - opensuse-leap-152-master-py3
  536. - opensuse-tmbl-latest-master-py3
  537. - opensuse-leap-153-3003-1-py3
  538. - opensuse-leap-152-3003-1-py3
  539. - opensuse-tmbl-latest-3003-1-py3
  540. - opensuse-leap-153-3002-2-py3
  541. - opensuse-leap-152-3002-2-py3
  542. - opensuse-tmbl-latest-3002-2-py3
  543. - opensuse-leap-153-3001-7-py3
  544. - opensuse-leap-152-3001-7-py3
  545. - opensuse-tmbl-latest-3001-7-py3
  546. - opensuse-leap-153-3000-9-py3
  547. - opensuse-leap-152-3000-9-py3
  548. provisioner:
  549. state_top:
  550. base:
  551. '*':
  552. - php._mapdata
  553. - php
  554. pillars:
  555. top.sls:
  556. base:
  557. '*':
  558. - php
  559. pillars_from_files:
  560. php.sls: test/salt/pillar/suse.sls
  561. verifier:
  562. inspec_tests:
  563. - path: test/integration/default
  564. - name: freebsd
  565. includes:
  566. - freebsd-130-master-py3
  567. - freebsd-122-master-py3
  568. - freebsd-114-master-py3
  569. - freebsd-130-3002-6-py3
  570. - freebsd-122-3002-6-py3
  571. - freebsd-114-3002-6-py3
  572. provisioner:
  573. state_top:
  574. base:
  575. '*':
  576. - php._mapdata
  577. - php.composer
  578. pillars:
  579. top.sls:
  580. base:
  581. '*':
  582. - php
  583. pillars_from_files:
  584. php.sls: test/salt/pillar/freebsd.sls
  585. verifier:
  586. inspec_tests:
  587. - path: test/integration/default