voxpupuli / puppet-rundeck

Module for managing the installatation and configuration of the rundeck orchestration tool
https://forge.puppet.com/puppet/rundeck
MIT License
39 stars 128 forks source link

Set debian apt_repo as default debian installation method #308

Closed cy4n closed 7 years ago

cy4n commented 7 years ago

Removed deb_download method simplified $manage_repo to use for both apt and yum

since rundeck supports both apt and yum, apt should be the default debian installation method, similar to yum in redhat based systems.

the deb_download installation method is just bad for maintaining, as it uses a fixed version of rundeck.

cy4n commented 7 years ago

this breaks due to rubocop safe_load problem discussed on irc today 👎

cy4n commented 7 years ago

rebased upstream master for the modulesync update, which fixes the outstanding rubocop issues.

dhollinger commented 7 years ago

Looks good to me