Comment 4 for bug 1609899

Revision history for this message
Scott Moser (smoser) wrote :

Hi, is there any way to determine generically if it should use one path or the other?
could we use /etc/salt/pki/minion if thats an existing directory and /etc/salt/pki otherwise ? That would assume the package installed that directory.

Also note, you can pass in configuration in cloud-config to override the default that is there

#cloud-config
salt_minion:
  pki_dir: /etc/salt/pki/minion

Clearly you should not have to do that, but it works in all cases if you specify it correctly.