Sébastien Pierre
Sébastien Pierre
SUSE's `usermod` is not the same as the one on Debian/Ubuntu. The one shipped here is from `shadow-utils 4.1.5.1`. Could you paste me the output of `cat /etc/lsb-release` on your...
Not sure I want to add a specific case to handle that, I don't see a combination of options that would work for both `usermod` commands. Do you have `shadowutils`...
You're welcome to create a pull request for that, as I don't have the environment at hand to test it -- this could be defined as a variant (such as...
Hi Benjamin, Good catch! I can't remember exactly why we tested for `not "OK" or "not-installed"` instead of just `"not-installed"`. If there's another way for dpkg to say whether a...
Yes, if the package is not fully installed, it should be (re)installed. But the tricky is to make sure find the proper command arguments for `dpkg` and make sure it...
Actually, this is a very very good idea! I would often like to see how a deployment went in detail, but there's no unified way to see the operations for...
This is a very good idea. Also, it would be good to check that the shell is SH-compatible, as it's a requirement for Cuisine to work. Looking forward to your...
The API is generated for each release and is available here https://raw.github.com/sebastien/cuisine/master/api/cuisine-api.html?type=html There should be an online version though.
Actually, that's a pretty good idea -- the only possible problems is that because scp will be run locally we'll have to resend the credentials (instead of using the already...
Hi David, it would be great if you could contribute something! For now I'd like to keep the current file_write as default until we know that the scp method works,...