Hosting Nuggets

Results 22 issues of Hosting Nuggets

Now that Rails 6 is out since a few months it would be great if the Installation paragraph in this project's README file could be updated to explain how to...

Using `tlog-play` to playback user sessions logged by tlog-session-rc into a file I get the following error after a while even using the `--lax` parameter: ``` Message ID is out...

I have the case where the blog posts are located under the /blog/ navigation menu and as such the purge is not working because somehow it does not detect the...

How do you use parameter names in rsolr select request which contains dots? For example fl.highlight or q.spellcheck? I always the the following error when trying to use dots in...

The billable button under a projet does not do anything, is this behaviour wanted?

enhancement

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.8.2 - Ruby: 2.3.3 - Distribution: Debian 9 - Module version: 4.0.0 ## How to reproduce (e.g Puppet code you...

bug

I suggest lowering the APT source pin priority of the packages.sury.org repository on Debian installations so that only the required packages for PHP 7.1+ gets automatically installed/upgraded and nothing else....

The Debian 9 repository only has PHP version 7.0 so if I use this puppet-php module on Debian 9 I can only install version 7.0. Now I have a project...

enhancement

I would need the `/etc/php/7.0/fpm/pool.d` directory mode set to 0775 instead of the default 0755 unfortunately this is hardcoded in on line 144 of `fpm/config.pp` as such: ``` file {...

In my opinion the `/etc/cron.d/certbot` (default cron job for running certbot twice per day on Debian with official cerbot package) file should be absent when one sets `manage_cron` to `true`...