stages/yum.repo: add sslverify field

Add `sslverify` field to the yum.repo stage.
This commit is contained in:
Gianluca Zuccarelli 2023-05-02 14:09:51 +01:00 committed by Achilleas Koutsou
parent f2163dd950
commit 586d6bbe43
3 changed files with 8 additions and 2 deletions

View file

@ -549,7 +549,8 @@
"name": "Very cool repo",
"priority": 42,
"gpgcheck": true,
"repo_gpgcheck": true
"repo_gpgcheck": true,
"sslverify": true
}
]
}

View file

@ -80,7 +80,8 @@
"name": "Very cool repo",
"priority": 42,
"gpgcheck": true,
"repo_gpgcheck": true
"repo_gpgcheck": true,
"sslverify": true
}
]
}