We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603287f commit cd2e485Copy full SHA for cd2e485
manifests/db.pp
@@ -58,7 +58,7 @@
58
$enforce_sql = false,
59
Enum['absent', 'present'] $ensure = 'present',
60
$import_timeout = 300,
61
- Enum['cat', 'zcat'] $import_cat_cmd = 'cat',
+ Enum['cat', 'zcat', 'bzcat'] $import_cat_cmd = 'cat',
62
$mysql_exec_path = undef,
63
) {
64
include 'mysql::client'
0 commit comments