[Puppet Users] Puppet Apache vhost proxypassreverse configuration

2018-01-16 Thread nikolai
hi, i need Configure using puppet that when i browse to http:// (that configure on *apache* server) i will get hello world page from *tomcat.* *So i need to know with which Apache puppet module **I need to use and how the code will look like?* *in the end its need to look like this:*

Re: [Puppet Users] Puppet Apache vhost proxypassreverse configuration

2018-01-16 Thread Lowe Schmidt
There you go https://forge.puppet.com/puppetlabs/apache there's examples in the documentation. -- Lowe Schmidt | +46 723 867 157 On 16 January 2018 at 13:45, nikolai wrote: > hi, > > i need Configure using puppet that when i browse to http:// > (that configure on *apache* server) i will get hel

[Puppet Users] puppet 5 upgrade seems to have caused multiple 500 error on server with file resources (to Windows clients)

2018-01-16 Thread jmp242
We serve multiple file resources depending on configuration via puppet to Windows 7 and Windows 10 workstations using FLOSS puppet. This was working with puppet agent 1.10.4 on clients and with puppet server (and foreman fwiw) 4 on Scientific Linux 7.4. Since we upgraded puppet server to 5.late

Re: [Puppet Users] puppet 5 upgrade seems to have caused multiple 500 error on server with file resources (to Windows clients)

2018-01-16 Thread Josh Cooper
On Tue, Jan 16, 2018 at 11:08 AM, jmp242 wrote: > We serve multiple file resources depending on configuration via puppet to > Windows 7 and Windows 10 workstations using FLOSS puppet. This was working > with puppet agent 1.10.4 on clients and with puppet server (and foreman > fwiw) 4 on Scientifi