Bläddra i källkod

test(_mapdata): update verification files for `master_type: str`

Use the following command:

```
$ GREP_SED="^\(\s\+master_type: \)true" \
  && grep -rl "${GREP_SED}" test/integration/ \
  | xargs sed -i -e "/${GREP_SED}/s//\1str/"
```
tags/v1.9.1
Imran Iqbal 3 år sedan
förälder
incheckning
c16e7a3b75
Inget konto är kopplat till bidragsgivarens mejladress
83 ändrade filer med 83 tillägg och 83 borttagningar
  1. +1
    -1
      test/integration/v3000-py2/files/_mapdata/ubuntu-16.yaml
  2. +1
    -1
      test/integration/v3000-py2/files/_mapdata/ubuntu-18.yaml
  3. +1
    -1
      test/integration/v3000-py3/files/_mapdata/amazonlinux-2.yaml
  4. +1
    -1
      test/integration/v3000-py3/files/_mapdata/centos-7.yaml
  5. +1
    -1
      test/integration/v3000-py3/files/_mapdata/centos-8.yaml
  6. +1
    -1
      test/integration/v3000-py3/files/_mapdata/debian-10.yaml
  7. +1
    -1
      test/integration/v3000-py3/files/_mapdata/debian-9.yaml
  8. +1
    -1
      test/integration/v3000-py3/files/_mapdata/gentoo-2-sysd.yaml
  9. +1
    -1
      test/integration/v3000-py3/files/_mapdata/gentoo-2-sysv.yaml
  10. +1
    -1
      test/integration/v3000-py3/files/_mapdata/opensuse-15.yaml
  11. +1
    -1
      test/integration/v3000-py3/files/_mapdata/oraclelinux-7.yaml
  12. +1
    -1
      test/integration/v3000-py3/files/_mapdata/oraclelinux-8.yaml
  13. +1
    -1
      test/integration/v3000-py3/files/_mapdata/ubuntu-16.yaml
  14. +1
    -1
      test/integration/v3000-py3/files/_mapdata/ubuntu-18.yaml
  15. +1
    -1
      test/integration/v3000-py3/files/_mapdata/windows-2019-server.yaml
  16. +1
    -1
      test/integration/v3001-py3/files/_mapdata/amazonlinux-2.yaml
  17. +1
    -1
      test/integration/v3001-py3/files/_mapdata/centos-7.yaml
  18. +1
    -1
      test/integration/v3001-py3/files/_mapdata/centos-8.yaml
  19. +1
    -1
      test/integration/v3001-py3/files/_mapdata/debian-10.yaml
  20. +1
    -1
      test/integration/v3001-py3/files/_mapdata/debian-9.yaml
  21. +1
    -1
      test/integration/v3001-py3/files/_mapdata/fedora-32.yaml
  22. +1
    -1
      test/integration/v3001-py3/files/_mapdata/fedora-33.yaml
  23. +1
    -1
      test/integration/v3001-py3/files/_mapdata/gentoo-2-sysd.yaml
  24. +1
    -1
      test/integration/v3001-py3/files/_mapdata/gentoo-2-sysv.yaml
  25. +1
    -1
      test/integration/v3001-py3/files/_mapdata/openbsd-6.yaml
  26. +1
    -1
      test/integration/v3001-py3/files/_mapdata/opensuse-15.yaml
  27. +1
    -1
      test/integration/v3001-py3/files/_mapdata/opensuse-tumbleweed.yaml
  28. +1
    -1
      test/integration/v3001-py3/files/_mapdata/oraclelinux-7.yaml
  29. +1
    -1
      test/integration/v3001-py3/files/_mapdata/oraclelinux-8.yaml
  30. +1
    -1
      test/integration/v3001-py3/files/_mapdata/ubuntu-16.yaml
  31. +1
    -1
      test/integration/v3001-py3/files/_mapdata/ubuntu-18.yaml
  32. +1
    -1
      test/integration/v3001-py3/files/_mapdata/ubuntu-20.yaml
  33. +1
    -1
      test/integration/v3002-py3/files/_mapdata/amazonlinux-2.yaml
  34. +1
    -1
      test/integration/v3002-py3/files/_mapdata/arch-base-latest.yaml
  35. +1
    -1
      test/integration/v3002-py3/files/_mapdata/centos-7.yaml
  36. +1
    -1
      test/integration/v3002-py3/files/_mapdata/centos-8.yaml
  37. +1
    -1
      test/integration/v3002-py3/files/_mapdata/debian-10.yaml
  38. +1
    -1
      test/integration/v3002-py3/files/_mapdata/debian-9.yaml
  39. +1
    -1
      test/integration/v3002-py3/files/_mapdata/fedora-32.yaml
  40. +1
    -1
      test/integration/v3002-py3/files/_mapdata/fedora-33.yaml
  41. +1
    -1
      test/integration/v3002-py3/files/_mapdata/fedora-34.yaml
  42. +1
    -1
      test/integration/v3002-py3/files/_mapdata/freebsd-11.yaml
  43. +1
    -1
      test/integration/v3002-py3/files/_mapdata/freebsd-12.yaml
  44. +1
    -1
      test/integration/v3002-py3/files/_mapdata/freebsd-13.yaml
  45. +1
    -1
      test/integration/v3002-py3/files/_mapdata/gentoo-2-sysd.yaml
  46. +1
    -1
      test/integration/v3002-py3/files/_mapdata/gentoo-2-sysv.yaml
  47. +1
    -1
      test/integration/v3002-py3/files/_mapdata/openbsd-6.yaml
  48. +1
    -1
      test/integration/v3002-py3/files/_mapdata/opensuse-15.yaml
  49. +1
    -1
      test/integration/v3002-py3/files/_mapdata/opensuse-tumbleweed.yaml
  50. +1
    -1
      test/integration/v3002-py3/files/_mapdata/oraclelinux-7.yaml
  51. +1
    -1
      test/integration/v3002-py3/files/_mapdata/oraclelinux-8.yaml
  52. +1
    -1
      test/integration/v3002-py3/files/_mapdata/ubuntu-16.yaml
  53. +1
    -1
      test/integration/v3002-py3/files/_mapdata/ubuntu-18.yaml
  54. +1
    -1
      test/integration/v3002-py3/files/_mapdata/ubuntu-20.yaml
  55. +1
    -1
      test/integration/v3002-py3/files/_mapdata/windows-10.yaml
  56. +1
    -1
      test/integration/v3002-py3/files/_mapdata/windows-2016-server.yaml
  57. +1
    -1
      test/integration/v3002-py3/files/_mapdata/windows-2019-server.yaml
  58. +1
    -1
      test/integration/v3002-py3/files/_mapdata/windows-8.yaml
  59. +1
    -1
      test/integration/v3003-py3/files/_mapdata/almalinux-8.yaml
  60. +1
    -1
      test/integration/v3003-py3/files/_mapdata/amazonlinux-2.yaml
  61. +1
    -1
      test/integration/v3003-py3/files/_mapdata/arch-base-latest.yaml
  62. +1
    -1
      test/integration/v3003-py3/files/_mapdata/centos-7.yaml
  63. +1
    -1
      test/integration/v3003-py3/files/_mapdata/centos-8.yaml
  64. +1
    -1
      test/integration/v3003-py3/files/_mapdata/debian-10.yaml
  65. +1
    -1
      test/integration/v3003-py3/files/_mapdata/debian-9.yaml
  66. +1
    -1
      test/integration/v3003-py3/files/_mapdata/fedora-32.yaml
  67. +1
    -1
      test/integration/v3003-py3/files/_mapdata/fedora-33.yaml
  68. +1
    -1
      test/integration/v3003-py3/files/_mapdata/fedora-34.yaml
  69. +1
    -1
      test/integration/v3003-py3/files/_mapdata/freebsd-11.yaml
  70. +1
    -1
      test/integration/v3003-py3/files/_mapdata/freebsd-12.yaml
  71. +1
    -1
      test/integration/v3003-py3/files/_mapdata/freebsd-13.yaml
  72. +1
    -1
      test/integration/v3003-py3/files/_mapdata/gentoo-2-sysd.yaml
  73. +1
    -1
      test/integration/v3003-py3/files/_mapdata/gentoo-2-sysv.yaml
  74. +1
    -1
      test/integration/v3003-py3/files/_mapdata/opensuse-15.yaml
  75. +1
    -1
      test/integration/v3003-py3/files/_mapdata/opensuse-tumbleweed.yaml
  76. +1
    -1
      test/integration/v3003-py3/files/_mapdata/oraclelinux-7.yaml
  77. +1
    -1
      test/integration/v3003-py3/files/_mapdata/oraclelinux-8.yaml
  78. +1
    -1
      test/integration/v3003-py3/files/_mapdata/ubuntu-18.yaml
  79. +1
    -1
      test/integration/v3003-py3/files/_mapdata/ubuntu-20.yaml
  80. +1
    -1
      test/integration/v3003-py3/files/_mapdata/windows-10.yaml
  81. +1
    -1
      test/integration/v3003-py3/files/_mapdata/windows-2016-server.yaml
  82. +1
    -1
      test/integration/v3003-py3/files/_mapdata/windows-2019-server.yaml
  83. +1
    -1
      test/integration/v3003-py3/files/_mapdata/windows-8.yaml

+ 1
- 1
test/integration/v3000-py2/files/_mapdata/ubuntu-16.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py2/files/_mapdata/ubuntu-18.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/amazonlinux-2.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/centos-7.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/centos-8.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/debian-10.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/debian-9.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/gentoo-2-sysd.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/gentoo-2-sysv.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/opensuse-15.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/oraclelinux-7.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/oraclelinux-8.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/ubuntu-16.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/ubuntu-18.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3000-py3/files/_mapdata/windows-2019-server.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/amazonlinux-2.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/centos-7.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/centos-8.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/debian-10.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/debian-9.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/fedora-32.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/fedora-33.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/gentoo-2-sysd.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/gentoo-2-sysv.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/openbsd-6.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/opensuse-15.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/opensuse-tumbleweed.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/oraclelinux-7.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/oraclelinux-8.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/ubuntu-16.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/ubuntu-18.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3001-py3/files/_mapdata/ubuntu-20.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/amazonlinux-2.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/arch-base-latest.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/centos-7.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/centos-8.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/debian-10.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/debian-9.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/fedora-32.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/fedora-33.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/fedora-34.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/freebsd-11.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/freebsd-12.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/freebsd-13.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/gentoo-2-sysd.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/gentoo-2-sysv.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/openbsd-6.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/opensuse-15.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/opensuse-tumbleweed.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/oraclelinux-7.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/oraclelinux-8.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/ubuntu-16.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/ubuntu-18.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/ubuntu-20.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/windows-10.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/windows-2016-server.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/windows-2019-server.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"

+ 1
- 1
test/integration/v3002-py3/files/_mapdata/windows-8.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/almalinux-8.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/amazonlinux-2.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/arch-base-latest.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/centos-7.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/centos-8.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/debian-10.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/debian-9.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/fedora-32.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/fedora-33.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/fedora-34.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/freebsd-11.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/freebsd-12.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/freebsd-13.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/gentoo-2-sysd.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/gentoo-2-sysv.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/opensuse-15.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/opensuse-tumbleweed.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/oraclelinux-7.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/oraclelinux-8.yaml Visa fil

@@ -73,7 +73,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/ubuntu-18.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/ubuntu-20.yaml Visa fil

@@ -74,7 +74,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- /srv/pillar

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/windows-10.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/windows-2016-server.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/windows-2019-server.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"

+ 1
- 1
test/integration/v3003-py3/files/_mapdata/windows-8.yaml Visa fil

@@ -72,7 +72,7 @@ values:
fileserver_backend:
- rootfs
master: localhost
master_type: true
master_type: str
pillar_roots:
base:
- "/srv/pillar"

Laddar…
Avbryt
Spara