Browse Source

Merge pull request #34 from fayetted/service_tab_completion

Add tab completion for upstart
susefix
Seth House 10 years ago
parent
commit
e58a903584
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      nginx/package.sls

+ 7
- 0
nginx/package.sls View File

@@ -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 %}

Loading…
Cancel
Save