Skip to content

Commit 4441ed5

Browse files
authored
Merge pull request #1481 from jordi-upc/jordirv/raspbian-support
[Compatibility] Add Raspbian OS to provider configuration
2 parents 506563b + d926925 commit 4441ed5

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)