This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Merge pull request
#3
from mike-ainsworth/master
Proper dictionary lookup
susefix
David Boucha
11 years ago
parent
b721fb9645
1f7599072c
commit
d258164995
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
+1
-1
nginx/files/upstart-logger.jinja
+ 1
- 1
nginx/files/upstart-logger.jinja
View File
# {{ pillar
['message_do_not_modify']
}}
# {{ pillar
.get('message_do_not_modify')
}}
# startup script for Nginx loggers
# startup script for Nginx loggers
start on starting nginx
start on starting nginx
Write
Preview
Loading…
Cancel
Save