Merge pull request #34 from fayetted/service_tab_completion
Add tab completion for upstart
This commit is contained in:
commit
e58a903584
@ -64,3 +64,10 @@ nginx:
|
|||||||
- file: /etc/nginx/conf.d/default.conf
|
- file: /etc/nginx/conf.d/default.conf
|
||||||
- file: /etc/nginx/conf.d/example_ssl.conf
|
- file: /etc/nginx/conf.d/example_ssl.conf
|
||||||
- pkg: nginx
|
- pkg: nginx
|
||||||
|
|
||||||
|
# Create 'service' symlink for tab completion.
|
||||||
|
{% if use_upstart %}
|
||||||
|
/etc/init.d/nginx:
|
||||||
|
file.symlink:
|
||||||
|
- target: /lib/init/upstart-job
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user