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: Ieb2bedd3a6ebd005f224a26010066c8d6f7928ef
This commit is contained in:
Jesse Pretorius 2018-09-21 13:27:28 +01:00
parent 272e8c3d49
commit 7ed303cd6b
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 # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
cache_timeout: 600
#: Necessary packages #: Necessary packages
gnocchi_distro_packages: gnocchi_distro_packages:
- apache2 - apache2