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: Ie857ae2eea5078a2d33ffaa4386dfa3714d02cd2
This commit is contained in:
Jesse Pretorius 2018-09-24 22:37:30 +01:00
parent 3d2f1bf465
commit 17bfd0b7ff
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
blazar_distro_packages:
- git
- gcc