[spec] Fix lint issue (case statement without a default case)
This commit is contained in:
@@ -85,8 +85,7 @@ class cloud::database::sql (
|
||||
before => Service['mysqld'],
|
||||
owner => 'mysql'
|
||||
}
|
||||
|
||||
}
|
||||
} # RedHat
|
||||
'Debian': {
|
||||
class { 'mysql':
|
||||
server_package_name => 'mariadb-galera-server',
|
||||
@@ -112,6 +111,9 @@ class cloud::database::sql (
|
||||
mode => '0600',
|
||||
require => Exec['clean-mysql-binlog'],
|
||||
}
|
||||
} # Debian
|
||||
default: {
|
||||
err "${::osfamily} not supported yet"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user