Raphaël Pinson
Raphaël Pinson
It seems that `postfix::relayhost` is used in `postfix::mta`: https://github.com/camptocamp/puppet-postfix/blob/master/manifests/mta.pp#L40-L45
I'm using registry:2 with cesanta/docker_auth as the token server.
@ntavares no I didn't. I'd still welcome it though.
Nice changes in there. If you're still interested, would you mind rebasing them against https://github.com/camptocamp/puppet-catalog-diff ?
Have you tried using `--exclude_classes=filebeat`?
@vchepkov this is already possible, using `/`: ``` puppet catalog diff master/env1 master/env2 ```
FTR, https://github.com/camptocamp/puppet-catalog-diff now has a `--no_filter_old_env` for that.
See https://github.com/camptocamp/puppet-catalog-diff-viewer
There's actually easier ways to do this. In interactive mode: ```shell transform Http.lns incl /opt/config.conf ``` does the `/augeas/load` manipulation automatically. When starting `augtool`, you can use the `--transform|-t` flag....
FTR, I maintain two projects based on Augeas that provide declarative interfaces for configuration files, in a way that makes changes idempotent: * [Augeasproviders](https://github.com/hercules-team/augeasproviders_core), which provides [an interface to build...