-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SuSE and initd/systemd selection #11
base: master
Are you sure you want to change the base?
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.