Sfoglia il codice sorgente

Fixed error:

----------
                 ID: package_duo
           Function: pkg.installed
               Name: duo-unix
             Result: False
            Comment: Problem encountered installing package(s). Additional info follows:
              errors:
                  - E: There were unauthenticated packages and -y was used without --allow-unauthenticated
pull/209/head
Marek Knappe 5 anni fa
parent
commit
14d98420d6
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      linux/system/auth/duo.sls

+ 2
- 0
linux/system/auth/duo.sls Vedi File

@@ -3,6 +3,8 @@
package_duo:
pkg.installed:
- name: duo-unix
- skip_verify: True


login_duo:
file.managed:

Loading…
Annulla
Salva