Slackware: Chef or puppet

chefpuppetslackware

Do chef or puppet have any slackware support? Are any slackware admins using either of these? What has your experience with them been and which one would you recommend to someone who is maintaining about a dozen slackware machines?

Best Answer

Slackware hasn't been requested for support, and its not one that anyone at Opscode uses, so Chef doesn't currently support Slackware (version 0.9.12). It needs two things for this to happen:

For the former, the platform plugin would need to determine somehow if the system is slackware (e.g., /etc/slackware-release contents).

For the latter, the platform specific support would be mainly for services and packages. It wouldn't be terribly difficult to add support to Chef, if you would like to open a ticket requesting this support, head to the Opscode Open Source Tickets. If you would like to contribute code to do any of this, learn how to contribute to Opscode projects.

Related Topic