Explorar el Código

Use 'gpg' instead of 'gpg2'

tags/v1.0.0
Benjamin Neff hace 7 años
padre
commit
64bf433bd8
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      diaspora/install.sls

+ 1
- 1
diaspora/install.sls Ver fichero

@@ -40,7 +40,7 @@ diaspora_user:

diaspora_rvm_gpg_key:
cmd.run:
- name: gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
- name: gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
- unless: gpg --list-keys 409B6B1796C275462A1703113804BB82D39DC0E3
- runas: {{ diaspora.user.username }}
- require:

Cargando…
Cancelar
Guardar