wffls / waffles

Bash Configuration Management

Home Page:http://wffls.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Resource: yum

jtopjian opened this issue · comments

A yum resource for RPM-based distributions would be nice.

Removing "help wanted" tag, but help is always wanted -- that should be implicit with open source projects. :)

I've got basic dnf suport (dnf.pkg) in the fedora branch of my clone. Working on bringing support for COPR (fedora's PPA) and other repo's.

How would I implement support for installing individual RPM's?

Awesome!

I've used Puppet, Chef, etc as the basis for starting new resources. The underlying shell commands apt.pkg resource, for example, started from here. Maybe the rpm provider would be helpful?

Implemented in #175