Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
xtrabackup
/
b87e1e65cd4dc3a4d110b6458341b6a2bd2cebc9
/
.
/
xtrabackup
/
init.sls
blob: 4ff31f895fce0d3c0150a462b568b42248efa9db [
file
] [
log
] [
blame
]
{%-
if
pillar
.
xtrabackup
is
defined
%}
include
:
{%-
if
pillar
.
xtrabackup
.
client
is
defined
%}
-
xtrabackup
.
client
{%-
endif
%}
{%-
if
pillar
.
xtrabackup
.
server
is
defined
%}
-
xtrabackup
.
server
{%-
endif
%}
{%-
endif
%}