Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Dec 3, 2023
1 parent 5d522f3 commit 35ac031
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# @summary zfs snappshotter install and configuration
#
class profile::platform::baseline::debian::zfs::snapshotter (
String $type = 'pyznap',
$settings = null,
String $type = 'pyznap',
Hash $settings = {},
){

case $type {
Expand Down

0 comments on commit 35ac031

Please sign in to comment.