Skip to content
Snippets Groups Projects
Select Git revision
  • 8bb6406b14aec1875887f113a78ef11362f8d04a
  • master default protected
  • typos
  • development protected
  • ReadMe_Typos
  • example
  • feat/autocomplete-vscode
  • v3.3
  • v3.2
  • v3.1
  • v3.0
  • v2.2
  • v2.1
  • v2.0
  • old-example
  • v1.5
  • v1.4
  • v1.3
  • v1.0
  • v1.1
  • v1.2
21 results

.gitignore

Blame
  • kitchen.windows.yml 832 B
    # -*- coding: utf-8 -*-
    # vim: ft=yaml
    ---
    driver:
      name: proxy
      host: localhost
      reset_command: "exit 0"
      port: 5985
      username: kitchen
      password: Pass@word1
    
    provisioner:
      salt_install: bootstrap
      salt_bootstrap_options: -pythonVersion 3 -version 3004.1-1
      # yamllint disable rule:line-length
      init_environment: |
        salt-call --local state.single file.managed `
          C:\Users\kitchen\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\salt-minion-py3.sls `
          source=https://github.com/saltstack/salt-winrepo-ng/raw/master/salt-minion-py3.sls `
          skip_verify=True makedirs=True
      # yamllint enable rule:line-length
    
    platforms:
      - name: windows-2022-latest-py3
        verifier:
          inputs:
            saltmajorversion: 3004
      - name: windows-2019-latest-py3
        verifier:
          inputs:
            saltmajorversion: 3004