Jonathan Araña Cruz

Results 18 comments of Jonathan Araña Cruz

Ok. I suggested yellow because it's the color used in `monit summary` command.

I've addressed this problem by passing `--partial-chain` parameter to hapos-upd

Ref #293 I was able to use sury with no change to the module with this config from hiera: ``` php::globals::php_version: '7.0' php::manage_repos: true php::repo::debian::location: 'https://packages.sury.org/php' php::repo::debian::release: "%{facts.os.distro.codename}" php::repo::debian::repos: 'main'...

This does the job: ``` php::globals::php_version: '5.6' php::manage_repos: true php::repo::debian::location: 'https://packages.sury.org/php' php::repo::debian::release: "%{facts.os.distro.codename}" php::repo::debian::repos: 'main' php::repo::debian::key: id : 'DF3D585DB8F0EB658690A554AC0E47584A7A714D' source : 'https://packages.sury.org/php/apt.gpg' php::repo::debian::dotdeb: false ```

@dlouzan there's no way to disable an apt repository. A workaround may be to rename the file

It would be nice to have the ability to change syslog level with a single variable. FYI I've proposed a MR that allows to override any template, so you can...

go with this fork, approved by puppet folks https://forge.puppet.com/yo61/logrotate

If using a remote server, ensure the account used to connect to the server is allowed to run `docker` (for debian `adduser docker`), and perform the `docker login` with that...

That was a great change and it's a pity it didn't enter master -- I guess it was by mistake. Perhaps creating a new PR against master may help move...