https://github.com/linuxthor/chef-snif
Simple native interfacing for Chef
https://github.com/linuxthor/chef-snif
Last synced: about 1 year ago
JSON representation
Simple native interfacing for Chef
- Host: GitHub
- URL: https://github.com/linuxthor/chef-snif
- Owner: linuxthor
- Created: 2013-03-11T10:42:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-11T11:29:10.000Z (almost 13 years ago)
- Last Synced: 2025-01-17T10:09:42.300Z (about 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
chef-snif
=========
A demo of simple native interfacing for Chef.
This code demonstrates a very basic Chef cookbook that includes native code in C and inline Assembly.
Snif can be used to help Chef perform complex actions in a reduced timeframe.
With snif Chef can perform actions by itself that might ordinarily require an external helper to be called.
!!Disclaimer!!
This is purely proof of concept code, little more than a hack! Further work is required to
extend this into something useful!
Instructions:
- Build the shared object file under native/ using the provided shell script.
- Profit! (Tested using chef-solo so far)