brwyatt / puppet-flatpak

Puppet module for installing and managing Flatpak packages
https://forge.puppet.com/brwyatt/flatpak
GNU Lesser General Public License v3.0
6 stars 10 forks source link

Implement #6 - Extend `flatpak` Type with `arch` and `branch` Parameters #7

Closed brwyatt closed 7 years ago

brwyatt commented 7 years ago

This expands upon the changes offered in #5 to additionally include an arch parameter and rename version to branch to better match the naming in the Flatpak documentation.

Also includes fixes to allow ref to accept a full Identifier Triple, and explicitly require remote to be defined as install will fail otherwise.