Skip to content

Instantly share code, notes, and snippets.

Created December 2, 2013 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9a5b49b987d7202941ae to your computer and use it in GitHub Desktop.
Save anonymous/9a5b49b987d7202941ae to your computer and use it in GitHub Desktop.
State: - file Name: /etc/php5/conf.d/php.ini Function: managed Result: False Comment: Undefined jinja variable; line 6 in template user_agent = {{ salt['pillar.get']('user_agent') }} include_path = {{ include_path }} sendmail_path = {{ sendmail_path }} session.save_path = "/{{ salt['pillar.get']('nfs_mount') }}/{{ salt['pillar.get']('nfs_session…
revision: "release_4.18.0"
environment_short: local
environment_long: production
brand_short: cr
brand_long: creditrepair
# NFS Values
nfs_mount: crc_nfs
nfs_server: crwmc.pgx.local
nfs_sessions_dir: crfarm
# PHP Values
user_agent: cr-farm.production
sendmail_path: /usr/sbin/sendmail -t -i
error_reporting: E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING
environment_short: test
environment_long: testing
# NFS Values
nfs_server: crwmc-test.pgx.local
# PHP Values
user_agent: cr-farm.test
sendmail_path: /usr/local/bin/trapmail
php_error_reporting: E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING
base:
'*wmc*':
- server_type.cron
'ew*':
- efolks
'cr*':
- cr
'cr*stg*':
- cr.stage
'cr*test*':
- cr.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment