Skip to content
Snippets Groups Projects
Select Git revision
  • ea67bb6e41a4f565d490cabad940f2b36ae737e4
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

packet.md

Blame
    • Rishi's avatar
      e2d6f8d8
      Update packet.md (#5963) · e2d6f8d8
      Rishi authored
      The Terraform installation part states that is for CentOS 7, but the echo command refers to OS X binary. Updated the echo command to use the Linux version.
      Update packet.md (#5963)
      Rishi authored
      The Terraform installation part states that is for CentOS 7, but the echo command refers to OS X binary. Updated the echo command to use the Linux version.
    variables_c8s.yaml 384 B
    #
    # Variables must be defined as comma separated lists.
    # For easier management of items to enable/disable,
    # use one test/module on each line, followed by a comma.
    #
    # Example:
    #
    # disabled_modules: >-
    #   dnsconfig,
    #   group,
    #   hostgroup
    #
    ---
    variables:
      empty: true
    #   ipa_enabled_modules: >-
    #   ipa_enabled_tests: >-
    #   ipa_disabled_modules: >-
    #   ipa_disabled_tests: >-