Skip to content
Snippets Groups Projects
Select Git revision
  • a5036f2cfda442c90ca9fca2d49b25c57ef68777
  • master default protected
  • hsh_v3.11
  • hsh_v3.10-r6
  • hsh_v3.10-r3
  • v3.9-r9
  • v3.10-r6
  • v3.9-r8
  • v3.10-r5
  • v3.9-r7
  • v3.10-r4
  • v3.9-r6
  • v3.10-r3
  • v3.9-r5
  • v3.10-r2
  • v3.9-r4
  • v3.10-r1
  • v3.9-r3
  • v3.9-r2
  • v3.9-r1
  • v3.8-r5
  • v3.8-r4
  • v3.8-r3
  • v3.8-r2
  • v3.8-r1
25 results

CHANGES.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    kitchen.yml 13.34 KiB
    # -*- coding: utf-8 -*-
    # vim: ft=yaml
    ---
    # For help on this file's format, see https://kitchen.ci/
    driver:
      name: docker
      use_sudo: false
      privileged: true
      run_command: /usr/lib/systemd/systemd
    
    provisioner:
      name: salt_solo
      log_level: debug
      salt_install: none
      require_chef: false
      formula: php
      salt_copy_filter:
        - .kitchen
        - .git
    
    platforms:
      ## SALT `tiamat`
      - name: debian-11-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:debian-11
          run_command: /lib/systemd/systemd
      - name: debian-10-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:debian-10
          run_command: /lib/systemd/systemd
      - name: debian-9-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:debian-9
          run_command: /lib/systemd/systemd
      - name: ubuntu-2004-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:ubuntu-20.04
          run_command: /lib/systemd/systemd
      - name: ubuntu-1804-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:ubuntu-18.04
          run_command: /lib/systemd/systemd
      - name: centos-stream8-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:centos-stream8
      - name: centos-7-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:centos-7
      - name: amazonlinux-2-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:amazonlinux-2
      - name: oraclelinux-8-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:oraclelinux-8
      - name: oraclelinux-7-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:oraclelinux-7
      - name: almalinux-8-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:almalinux-8
      - name: rockylinux-8-tiamat-py3
        driver:
          image: saltimages/salt-tiamat-py3:rockylinux-8
    
      ## SALT `master`
      - name: debian-11-master-py3
        driver:
          image: saltimages/salt-master-py3:debian-11
          run_command: /lib/systemd/systemd
      - name: debian-10-master-py3