Skip to content

Commit d926925

Browse files
committed
Add Raspbian OS to configure provider
1 parent 506563b commit d926925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
}
171171

172172
'Debian': {
173-
if $facts['os']['name'] == 'Debian' or
173+
if $facts['os']['name'] == 'Debian' or $facts['os']['name'] == 'Raspbian' or
174174
($facts['os']['name'] == 'Ubuntu' and versioncmp($facts['os']['release']['major'], '20.04') >= 0) {
175175
$provider = 'mariadb'
176176
} else {

0 commit comments

Comments
 (0)