Skip to content

Commit 81bdec1

Browse files
authored
Merge pull request #143 from chrw/master
Set default mount option for dump to 0
2 parents f635378 + 3b84fbd commit 81bdec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/logical_volume.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$ensure = present,
88
$options = 'defaults',
99
$pass = '2',
10-
$dump = '1',
10+
$dump = '0',
1111
$fs_type = 'ext4',
1212
$mkfs_options = undef,
1313
$mountpath = "/${name}",

0 commit comments

Comments
 (0)