Skip to content

Commit cd2e485

Browse files
chelnakbinford2k
andauthored
Update manifests/db.pp
Co-authored-by: Ben Ford <ben.ford@puppetlabs.com>
1 parent 603287f commit cd2e485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/db.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
$enforce_sql = false,
5959
Enum['absent', 'present'] $ensure = 'present',
6060
$import_timeout = 300,
61-
Enum['cat', 'zcat'] $import_cat_cmd = 'cat',
61+
Enum['cat', 'zcat', 'bzcat'] $import_cat_cmd = 'cat',
6262
$mysql_exec_path = undef,
6363
) {
6464
include 'mysql::client'

0 commit comments

Comments
 (0)