Browse Source

Proper dictionary lookup

susefix
root 11 years ago
parent
commit
1f7599072c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/files/upstart-logger.jinja

+ 1
- 1
nginx/files/upstart-logger.jinja View File

@@ -1,4 +1,4 @@
# {{ pillar['message_do_not_modify'] }}
# {{ pillar.get('message_do_not_modify') }}
# startup script for Nginx loggers

start on starting nginx

Loading…
Cancel
Save