stages/yum.repo: add sslverify field
Add `sslverify` field to the yum.repo stage.
This commit is contained in:
parent
f2163dd950
commit
586d6bbe43
3 changed files with 8 additions and 2 deletions
|
|
@ -549,7 +549,8 @@
|
|||
"name": "Very cool repo",
|
||||
"priority": 42,
|
||||
"gpgcheck": true,
|
||||
"repo_gpgcheck": true
|
||||
"repo_gpgcheck": true,
|
||||
"sslverify": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,7 +80,8 @@
|
|||
"name": "Very cool repo",
|
||||
"priority": 42,
|
||||
"gpgcheck": true,
|
||||
"repo_gpgcheck": true
|
||||
"repo_gpgcheck": true,
|
||||
"sslverify": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue