Skip to content

Commit f403176

Browse files
Ignore configured modules
1 parent a5f3d96 commit f403176

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configuration/steps/commands/packages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ def as_cmd_arg(self) -> list[str]:
382382
fi
383383
mkdir -p "$repo_dir"
384384
curl -fsSL {self.repo_file_url} -o "$repo_dir/MariaDB.repo"
385+
echo "module_hotfixes = 1" >> "$repo_dir/MariaDB.repo"
385386
386387
if command -v dnf >/dev/null 2>&1; then
387388
dnf makecache

0 commit comments

Comments
 (0)