Allow puppet to set COURSE_LISTINGS

This commit is contained in:
Calen Pennington
2012-08-21 16:21:43 -04:00
parent dca434ad34
commit 188584c77d

View File

@@ -47,6 +47,7 @@ LOGGING = get_logger_config(LOG_DIR,
syslog_addr=(ENV_TOKENS['SYSLOG_SERVER'], 514),
debug=False)
COURSE_LISTINGS = ENV_TOKENS['COURSE_LISTINGS']
############################## SECURE AUTH ITEMS ###############################
# Secret things: passwords, access keys, etc.