[Puppet Users] Re: Puppet x64 msi not installing files

2016-01-19 Thread Bjoern Meier
Hi, do you have UAC active? I get this with active UAC. Am Freitag, 15. Januar 2016 00:12:19 UTC+1 schrieb Gary Greene: > > I’ve got a user on Windows 10 x64 Pro that we’ve been having some issues > with the puppet install on his machine. To fix, I tried upgrading the > client from 3.8.3 to 3.8

[Puppet Users] German Umlauts in Catalog

2016-01-19 Thread Bjoern Meier
Hi, how can I use - with a puppet 3.8.3 x64 Windows clients - a File Resource with öüä character. The test on the Master works fine. On the Client I get: invalid byte sequence in US-ASCII and he cannot ensure present on the file. Thanks for helping me out. -- You received this message beca

Re: [Puppet Users] Re: Monitoring Puppet with Zabbix

2016-01-19 Thread Neil - Puppet List
Hello Using puppetdb the a query against its api would be my choice if you want not to add custom bits to you puppet infrastructure, which is an entirely reasonable thing to wish to avoid. Neil On 18 Jan 2016 07:02, "hoize" wrote: > Has nobody an idea...? > > Am Donnerstag, 10. Dezember 2015 16

Re: [Puppet Users] Use nodes with defined resource in nginx configuration

2016-01-19 Thread Lowe Schmidt
Exported resources would accomplish what you are trying to do, as long as you don't often and rapidly remove and add upstream app-hosts. -- Lowe Schmidt | +46 723 867 157 On 18 January 2016 at 14:29, Frederik Bjerggaard Nielsen wrote: > Hi, > > I am working on making our puppet infrastructure m

[Puppet Users] Slightly Off-Topic: CI Test of Puppet module fail

2016-01-19 Thread Thomas Bendler
​Hello, I have a small problem with a Puppet module I've wrote​. The module is: https://forge.puppetlabs.com/thbe/bacula When I check the module locally with: bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation' ​it says everything is f

Re: [Puppet Users] Slightly Off-Topic: CI Test of Puppet module fail

2016-01-19 Thread Gareth Rushgrove
The error from Travis suggests a linting issue, specifically: manifests/config/mysql.pp - WARNING: ensure found on line but it's not the first attribute on line 24 My guess for why you're not seeing that locally, but it's coming up in Travis is that the version of puppet-lint is unspecified.

Re: [Puppet Users] Use nodes with defined resource in nginx configuration

2016-01-19 Thread Gareth Rushgrove
On 19 January 2016 at 11:34, Lowe Schmidt wrote: > Exported resources would accomplish what you are trying to do, as long as > you don't often and rapidly remove and add upstream app-hosts. > If you find you do want to change things more rapidly, integrating with a service discovery mechanism is

Re: [Puppet Users] Slightly Off-Topic: CI Test of Puppet module fail

2016-01-19 Thread Thomas Bendler
Hi Gareth, thanks a lot, using the control comment fixed my problem and the CI run is now passing. Regards Thomas 2016-01-19 13:31 GMT+01:00 Gareth Rushgrove : > The error from Travis suggests a linting issue, specifically: > > manifests/config/mysql.pp - WARNING: ensure found on line but i