From bf9f92b04eefa7b15d86fafddc4f2e9c0caf71cf Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Fri, 4 Apr 2025 13:47:54 -0400 Subject: [PATCH] remove soc_hypervisor.yaml --- salt/hypervisor/soc_hypervisor.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 salt/hypervisor/soc_hypervisor.yaml diff --git a/salt/hypervisor/soc_hypervisor.yaml b/salt/hypervisor/soc_hypervisor.yaml deleted file mode 100644 index 571b1661d..000000000 --- a/salt/hypervisor/soc_hypervisor.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# This is the start of an example of what this file will look like. It will be generated by Salt, so this yaml file is not used by Salt. -hypervisor: - hosts: - jpphype1: - add_searchnode: - description: Add a new searchnode to the hypervisor. - file: true - global: true - multiline: true - add_sensor: - description: Add a new sensor to the hypervisor. - file: true - global: true - multiline: true - guests: {}