Ben West

Results 10 comments of Ben West

The active user running docker-compose having uid 1000 won't be guaranteed. Mine is 1001 due to presence of other local users, and similar for systems with centralized user management like...

Underlying problem is the current python-gunicorn rpm for CentOS/Redhat 7 doesn't deploy a systemd unit file named 'gunicorn.service,' causing declaration Service[gunicorn] to fail. Also, the /etc/gunicorn.d directory is only used...

What works for me, running puppetserver v4.1 under CentOS 7, is to confine encrypted hiera files to default *.eyaml extension, unencrypted hiera in *.yaml files. Here is my /etc/hiera.yaml, which...

Actually, to follow-up, the gem installation method in my previous comment apparently only works with the Apache Passenger puppetserver (and/or with manual invocations of "puppet apply"). On a JVM-based puppetserver...

Given the size of main.cf and the number of parameters already supported, pulling out smtp_host_lookup a parameter with default value "dns, native" seems a better idea. Wanting to identify mail...

Note recommendation to migrate module to voxpupuli https://github.com/thias/puppet-postfix/issues/116

Following up on this issue. Converse affects me; setting inet_interfaces => all doesn't take affect until I manually restart postfix service. E.g. ``` Dec 13 17:34:05 hostname postfix/master[3034]: warning: service...

It was straightforward for me to implement JSON-RPC atop pynng/asyncio transport using jsonrpcserver and jsonrpcclient from pypi. There are JSON-RPC 2.0 clients available in javascript, etc, which you could use...

My setup under CentOS 6.9: ``` puppet agent v4.8.1 puppetserver v2.4.0 (running on another machine) deric-gpasswd v0.3.2 (on the puppetserver) deric-accounts v1.5.3 (16 Jan 2017 commit, on the puppetserver) ```...