Saltstack Official Salt Formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

594 Zeilen
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: salt
  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: v3003-py3
  401. includes:
  402. - debian-10-3003-1-py3
  403. - debian-9-3003-1-py3
  404. - ubuntu-2004-3003-1-py3
  405. - ubuntu-1804-3003-1-py3
  406. - centos-8-3003-1-py3
  407. - centos-7-3003-1-py3
  408. - fedora-34-3003-1-py3
  409. - fedora-33-3003-1-py3
  410. - opensuse-leap-153-3003-1-py3
  411. - opensuse-leap-152-3003-1-py3
  412. - opensuse-tmbl-latest-3003-1-py3
  413. - amazonlinux-2-3003-1-py3
  414. - oraclelinux-8-3003-1-py3
  415. - oraclelinux-7-3003-1-py3
  416. - arch-base-latest-3003-1-py3
  417. - gentoo-stage3-latest-3003-1-py3
  418. - gentoo-stage3-systemd-3003-1-py3
  419. - windows-10-latest-py3
  420. - windows-81-latest-py3
  421. - windows-2019-latest-py3
  422. - windows-2016-latest-py3
  423. provisioner:
  424. state_top:
  425. base:
  426. '*':
  427. - salt._mapdata
  428. - salt.pkgrepo
  429. - salt.master
  430. - salt.minion
  431. pillars:
  432. top.sls:
  433. base:
  434. '*':
  435. - salt
  436. - v3003-py3
  437. pillars_from_files:
  438. salt.sls: test/salt/pillar/salt.sls
  439. v3003-py3.sls: test/salt/pillar/v3003-py3.sls
  440. verifier:
  441. inspec_tests:
  442. - path: test/integration/v3003-py3
  443. - name: v3002-py3
  444. includes:
  445. - debian-10-3002-6-py3
  446. - debian-9-3002-6-py3
  447. - ubuntu-2004-3002-6-py3
  448. - ubuntu-1804-3002-6-py3
  449. - centos-8-3002-6-py3
  450. - centos-7-3002-6-py3
  451. - fedora-34-3002-6-py3
  452. - fedora-33-3002-6-py3
  453. - amazonlinux-2-3002-6-py3
  454. - oraclelinux-8-3002-6-py3
  455. - oraclelinux-7-3002-6-py3
  456. - arch-base-latest-3002-6-py3
  457. - gentoo-stage3-latest-3002-6-py3
  458. - gentoo-stage3-systemd-3002-6-py3
  459. - opensuse-leap-153-3002-2-py3
  460. - opensuse-leap-152-3002-2-py3
  461. - opensuse-tmbl-latest-3002-2-py3
  462. - freebsd-130-3002-6-py3
  463. - freebsd-122-3002-6-py3
  464. - freebsd-114-3002-6-py3
  465. - openbsd-69-3002-6-py3
  466. provisioner:
  467. state_top:
  468. base:
  469. '*':
  470. - salt._mapdata
  471. - salt.pkgrepo
  472. - salt.master
  473. - salt.minion
  474. pillars:
  475. top.sls:
  476. base:
  477. '*':
  478. - salt
  479. - v3002-py3
  480. pillars_from_files:
  481. salt.sls: test/salt/pillar/salt.sls
  482. v3002-py3.sls: test/salt/pillar/v3002-py3.sls
  483. verifier:
  484. inspec_tests:
  485. - path: test/integration/v3002-py3
  486. - name: v3001-py3
  487. includes:
  488. - debian-10-3001-7-py3
  489. - debian-9-3001-7-py3
  490. - ubuntu-2004-3001-7-py3
  491. - ubuntu-1804-3001-7-py3
  492. - centos-8-3001-7-py3
  493. - centos-7-3001-7-py3
  494. - fedora-34-3001-7-py3
  495. - fedora-33-3001-7-py3
  496. - opensuse-leap-153-3001-7-py3
  497. - opensuse-leap-152-3001-7-py3
  498. - opensuse-tmbl-latest-3001-7-py3
  499. - amazonlinux-2-3001-7-py3
  500. - oraclelinux-8-3001-7-py3
  501. - oraclelinux-7-3001-7-py3
  502. - arch-base-latest-3001-7-py3
  503. - gentoo-stage3-latest-3001-7-py3
  504. - gentoo-stage3-systemd-3001-7-py3
  505. - openbsd-68-3001-1-py3
  506. provisioner:
  507. state_top:
  508. base:
  509. '*':
  510. - salt._mapdata
  511. - salt.pkgrepo
  512. - salt.master
  513. - salt.minion
  514. pillars:
  515. top.sls:
  516. base:
  517. '*':
  518. - salt
  519. - v3001-py3
  520. pillars_from_files:
  521. salt.sls: test/salt/pillar/salt.sls
  522. v3001-py3.sls: test/salt/pillar/v3001-py3.sls
  523. verifier:
  524. inspec_tests:
  525. - path: test/integration/v3001-py3
  526. - name: v3000-py3
  527. includes:
  528. - debian-10-3000-9-py3
  529. - debian-9-3000-9-py3
  530. - ubuntu-1804-3000-9-py3
  531. - centos-8-3000-9-py3
  532. - centos-7-3000-9-py3
  533. - opensuse-leap-153-3000-9-py3
  534. - opensuse-leap-152-3000-9-py3
  535. - amazonlinux-2-3000-9-py3
  536. - oraclelinux-8-3000-9-py3
  537. - oraclelinux-7-3000-9-py3
  538. - gentoo-stage3-latest-3000-9-py3
  539. - gentoo-stage3-systemd-3000-9-py3
  540. provisioner:
  541. state_top:
  542. base:
  543. '*':
  544. - salt._mapdata
  545. - salt.pkgrepo
  546. - salt.master
  547. - salt.minion
  548. pillars:
  549. top.sls:
  550. base:
  551. '*':
  552. - salt
  553. - v3000-py3
  554. pillars_from_files:
  555. salt.sls: test/salt/pillar/salt.sls
  556. v3000-py3.sls: test/salt/pillar/v3000-py3.sls
  557. verifier:
  558. inspec_tests:
  559. - path: test/integration/v3000-py3
  560. - name: v3000-py2
  561. includes:
  562. - ubuntu-1804-3000-9-py2
  563. - arch-base-latest-3000-9-py2
  564. provisioner:
  565. state_top:
  566. base:
  567. '*':
  568. - salt._mapdata
  569. - salt.pkgrepo
  570. - salt.master
  571. - salt.minion
  572. pillars:
  573. top.sls:
  574. base:
  575. '*':
  576. - salt
  577. - v3000-py2
  578. pillars_from_files:
  579. salt.sls: test/salt/pillar/salt.sls
  580. v3000-py2.sls: test/salt/pillar/v3000-py2.sls
  581. verifier:
  582. inspec_tests:
  583. - path: test/integration/v3000-py2