Closed cy4n closed 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.
this breaks due to rubocop safe_load problem discussed on irc today 👎
rebased upstream master for the modulesync update, which fixes the outstanding rubocop issues.
Looks good to me
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.