[Puppet Users] Augeas and SSH

2019-09-24 Thread Helmut Schneider
Hi, I want to set some values in sshd_config. Example: KexAlgorithms curve25519-sha...@libssh.org,diffie-hellman-group-exchange-sha256 keys($sshdCfg).each |String $comment| { augeas { "$file: $comment": context => $sshdCfg[$comment]['context'], changes => [ $sshdCfg[$comment]['changes'

[Puppet Users] Re: Building puppet-agent AIO from scratch on EL7 (partially working)

2019-09-24 Thread Trevor Vaughan
As an update, the latest push to this works using a pre-built docker container. It looks like you need a stock ruby installation so I'm going to give that a go to see if I can go all the way from pure CentOS 7. On Mon, Sep 23, 2019 at 3:28 PM Trevor Vaughan wrote: > Hi All, > > I thought that s