Procházet zdrojové kódy

Fixed a typo in plugins.yml

client-definitions was created instead of client_definitions
tculp před 8 roky
rodič
revize
8df666d4bd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tasks/plugins.yml

+ 1 - 1
tasks/plugins.yml

@@ -19,7 +19,7 @@
       - handlers
       - handlers
       - mutators
       - mutators
       - definitions
       - definitions
-      - client-definitions
+      - client_definitions
 
 
   - name: Ensure any remote plugins defined are present
   - name: Ensure any remote plugins defined are present
     shell: sensu-install -p {{ item }}
     shell: sensu-install -p {{ item }}