This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Salt 2017.07 | |
{% if pillar['db_reports_host'] %} | |
replace-db-reports-sugar-config-overrides-file: | |
file.blockreplace: | |
- path: /vol/sugar_shared_files/config_override.php | |
- content: | | |
$sugar_config['db']['reports'] = array( | |
'db_host_name' => '{{ pillar['db_reports_host'] }}', | |
'db_user_name' => '{{ pillar['db_reports_user'] }}', | |
'db_password' => '{{ pillar['db_reports_password'] }}', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# -*- mode: sh; -*- | |
# | |
# commit-msg | |
# | |
# Ensure that the commit message has the correct summary line with Jira slug. | |
# | |
# See also: git-hook(1), githooks(5) | |
# |
OlderNewer