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: I97ba0912ff9ef065cc0184ebc4ee8cd68d919c47
This commit is contained in:
Jesse Pretorius 2018-09-15 19:00:52 -06:00
parent 55d8783b99
commit 484fb899a0
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cache_timeout: 600
keystone_distro_packages:
- git
- rsync