Re: [Puppet Users] German Umlauts in Catalog

2016-01-20 Thread Bjoern Meier
Hi Josh, ok, I think I found the problem, thanks to your questions. Our codepages in Windows are CP850, But the manifests and the master are UTF-8. Can I change the codepage only for ruby to UTF-8? If so, how? I'm not this familiar with ruby. > > Thanks for helping. Greetings, Björn > -- Yo

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-20 Thread Josh Cooper
On Tue, Jan 12, 2016 at 8:13 AM, Tiago Delboni wrote: > UPDATE: > > We were able to build Ruby 2.1.7 on XP and run Puppet successfully with it. > " > However, we observed the same behaviour regarding accented characters in > DisplayName: Puppet 3.8.4, even with Ruby 2.1.7, keeps installing the >

Re: [Puppet Users] German Umlauts in Catalog

2016-01-20 Thread Bjoern Meier
Hi Josh, ok, I think I found the problem, thanks to your Questions. Out Codepages in Windows are CP850, But the manifests and the Master are UTF-8. Can I change the coderpage only for ruby to UTF-8? If so, how? I'm not this familiar with ruby. > > Thanks for Helping. -- You received this mess

Re: [Puppet Users] German Umlauts in Catalog

2016-01-20 Thread Josh Cooper
On Tue, Jan 19, 2016 at 1:09 AM, Bjoern Meier wrote: > 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 fil

Re: [Puppet Users] odd puppet-lint config problems

2016-01-20 Thread Ramin K
On 1/20/16 1:33 PM, Garrett Honeycutt wrote: Hi Ramin, It sounds like you have a repo with a bunch of modules as opposed to one repo per module. Recommend using a script that calls puppet-lint with the arguments that you would like and integrating that into a pre-commit check or a build pipeline

Re: [Puppet Users] odd puppet-lint config problems

2016-01-20 Thread Garrett Honeycutt
On 1/20/16 4:17 PM, Ramin K wrote: > I'm doing some work around distributing a puppet-lint wrapper > internally. Ideally I want a wrapper that reads a custom .puppet-lint.rc > within the repo and the rc file is --only-checks so we can enable new > checks as the codebase is ready to be stricter. >

[Puppet Users] odd puppet-lint config problems

2016-01-20 Thread Ramin K
I'm doing some work around distributing a puppet-lint wrapper internally. Ideally I want a wrapper that reads a custom .puppet-lint.rc within the repo and the rc file is --only-checks so we can enable new checks as the codebase is ready to be stricter. The problems I'm running into are 1. .pu

Re: [Puppet Users] helloworld

2016-01-20 Thread Carthik Sharma
helloword versus helloworld (missing l) :) On Wed, Jan 20, 2016 at 8:46 AM, Alex M wrote: > Hi, i have Puppet 3.7.2 on Debian 8.2 x64. I added host Windows Server > 2012 R2 into Puppet. Now i would like to do test manifest (Forder c:/test/ > : present on WS) > > #cat /etc/puppet/modules/hellowor

[Puppet Users] Re: Puppet Custom Provider. Class level and instance level methods/variable access issues

2016-01-20 Thread Dragu Emil
I am having the same problem, trying to use the value of a 'param' in self.instances method. Did you find a way to do this? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send a

[Puppet Users] helloworld

2016-01-20 Thread Alex M
Hi, i have Puppet 3.7.2 on Debian 8.2 x64. I added host Windows Server 2012 R2 into Puppet. Now i would like to do test manifest (Forder c:/test/ : present on WS) #cat /etc/puppet/modules/helloword/manifests/init.pp class helloworld { file { 'c:/test/hello.txt': content => "Hello

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

2016-01-20 Thread Garrett Honeycutt
On 1/19/16 7:31 AM, Gareth Rushgrove wrote: > 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 >

[Puppet Users] puppet open source 3.8.2 - /etc/puppet/environments not following a symlink environment

2016-01-20 Thread live_d
Hi, I'm using directory environments in puppet and its working well. I've been trying to setup a symlink under /etc/puppet/environments, to link to a directory in my home area so i can develop code away from the main puppet directory tree. When i create the symbolic link and run puppet on my no