Add support for SuSE and initd/systemd selection#11
Add support for SuSE and initd/systemd selection#11michaelsstuff wants to merge 5 commits intoRoushTech:masterfrom michaelsstuff:master
Conversation
Added factor query in params.pp for automated selection of initd or systemd for the supported OS
added Suse init file
…liable download/extraction
|
Dunno how I missed this -- is this still good? |
|
Yes and no. It should work, but I found a few minutes or mistakes I need to fix. I will try to work on it this week |
|
No rush, just let me know, and thanks. 👍 |
|
c272bc1 is tested on openSuse 42 and CentOS 7.3 |
|
I've never done data-in-module style I don't think, I've always wired my stuff up in roles generally... but I've always wanted to spend the time to go back and add native hiera support. Feel free to tell me you're done here if you're not needing it badly enough to implement it yourself and I'll look into what that'll take on my end. |
|
Let's close this pull, as it works on suse. |
Added supoprt for openSuse (leap and thumbleweed 42.x)
removed a lot of exec for the download and tar, to follow best practice and not use exec, but archive
Added if clause in params to query for os and version, to select init or systemd; not perfect but works for the defined systems.