Define cache_timeout variable

Much like the 'debug' variable, the 'cache_timeout' variable
is an expected variable, but is currently not defined in the
role. This causes the role to fail when the galera_client
meta-dep is removed (because that role defined it, this role
inherited it).

Change-Id: Ia788e5b83233e8f34377b024f98f7e463d85c1b7
This commit is contained in:
Jesse Pretorius 2018-09-20 10:55:28 +01:00
parent 084519034c
commit a98b2d3663
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cache_timeout: 600
congress_distro_packages:
- git
- libffi-dev