Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
xtrabackup
/
364e28b7ee0c8fc3dfffe3f0a45f6f5525447579
/
.
/
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
%}