Explorar el Código

Merge pull request #34 from fayetted/service_tab_completion

Add tab completion for upstart
susefix
Seth House hace 10 años
padre
commit
e58a903584
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      nginx/package.sls

+ 7
- 0
nginx/package.sls Ver fichero

@@ -64,3 +64,10 @@ nginx:
- file: /etc/nginx/conf.d/default.conf
- file: /etc/nginx/conf.d/example_ssl.conf
- pkg: nginx

# Create 'service' symlink for tab completion.
{% if use_upstart %}
/etc/init.d/nginx:
file.symlink:
- target: /lib/init/upstart-job
{% endif %}

Cargando…
Cancelar
Guardar