support fedora builds
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
This means that we need to configure a node so that we can fire it up via the provider.
Issues to solve:
- needs to install python (like on xenial)
- "set authorized_keys" fails because:
```
msg: Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!
```
- yum is not supported so it needs to install deps with `dnf`:
```
ImportError: No module named yum
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.