saltstack-formulas / salt-virt-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
2 stars 7 forks source link

libvirt.keys should be virt.keys #4

Open ghost opened 7 years ago

ghost commented 7 years ago

I found this to be wrong in the doc and this formula:

https://docs.saltstack.com/en/latest/topics/tutorials/cloud_controller.html#setting-up-hypervisors

For me only this works:

libvirt_setup_keys:
  virt.keys:
    - name: libvirt_keys

Using

libvirt_setup_keys:
  libvirt.keys:
    - name: libvirt_keys

Gives me:

          ID: libvirt_setup_keys
    Function: libvirt.keys
      Result: False
     Comment: State 'libvirt.keys' was not found in SLS 'libvirt'
              Reason: 'libvirt.keys' is not available.
     Changes:   
aboe76 commented 7 years ago

@p-thurner maybe you should look at the https://github.com/saltstack-formulas/libvirt-formula it has libvirt.keys which does the same thing.