cuisine
cuisine copied to clipboard
Chef-like functionality for Fabric
Fabric 1.15.0 just released, which adds support for Python 3. Can you do another release for python 3?
Closes #212
There is a small typo in src/cuisine.py. Should read `refers` rather than `referes`.
One of the many changes for Fabric 2.x is removal of `fabric.api`. Maybe we can make cuisine compatible with both by trying to import from `.api` and falling back to...
trying to pip install cuisine in py3 failed with ``` Exception in thread Thread-1: Traceback (most recent call last): File "/Users/ob/.pythonbrew/pythons/Python-3.3.0/lib/python3.3/threading.py", line 639, in _bootstrap_inner self.run() File "/Users/ob/.pythonbrew/pythons/Python-3.3.0/lib/python3.3/threading.py", line 596,...
…are dead (eg: "Cuisine: the Lightweight Chef/Puppet Alternative")
Once I started using the passwd arguement in user_create, I got a TypeError:: ``` sudo("echo %s | base64 --decode | chpasswd%s" % encoded_password, encryption) TypeError: not enough arguments for format...
Great tool, thanks! Function `text_ensure_line` doesn't add a newline at the end of the text. This is not ideal for e.g. updating configuration files which may need a final newline....
The put() method in fabric honors lcd context, but file_upload() does not. This makes file_upload() fail whenever an lcd context is in place because the either file_upload() code or put()...
1. Modified function process_find to display pid id if the pid is less than 3 digits: eg: ['', '416', '?', '00:00:00 udevd'] ['12305', '?', '00:00:00', 'udevd'] After Modifications: ['416', '?',...