Sylvain Tissot
Sylvain Tissot
> What version of Chef are you using? Chef client 14.5.33
I just updated the PR from the upstream develop (v4.1.6.8)
Hello @tungnxt89 would you consider merging this? So we don't have to maintain a fork of LearnPress on our side just for a simple missing hook. Thanks
I have the same error on Ubuntu 14.04 but only when chef-client is run by init.d `[2014-10-25T12:15:19+02:00] ERROR: service[php-fpm] (php-fpm::install line 48) had an error: ArgumentError: invalid byte sequence in...
@alambike: I tried your suggestion to set the LANG and LC_ALL at the begin of the default recipe on my Ubuntu 14.04 with Chef 11.16.4 but still have the same...
We need to refactor `apt_repository` to instead execute a command like: ```bash wget -O- | gpg --dearmor | sudo tee /usr/share/keyrings/-archive-keyring.gpg ```