[Puppet Users] Puppet 4, Windows and providers.

2016-02-12 Thread Philip Wigg
Hi, I am trying to use the puppetlabs-dsc module on Windows 2012r2. I have WMF5 installed on the Windows guest. I am trying to get this working using Vagrant but I'm not actually using the vagrant provider in the examples below. I have a 'testclass' module installed just to show that Puppet is ab

Re: [Puppet Users] Issues with example42/php::augeas or with augeas in general

2016-02-12 Thread Ryan Anderson
Consider using the file_line resource in puppetlabs-stdlib, augeas is difficult to maintain and troubleshoot. -- 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 an email to p

[Puppet Users] Re: Module layout

2016-02-12 Thread jcbollinger
On Thursday, February 11, 2016 at 10:11:31 PM UTC-6, Matthew Ceroni wrote: > > Just a quick question (whether it really matters or not) about module > design. > > The following document > > https://docs.puppetlabs.com/guides/module_guides/bgtm.html > > Seems to indicate that the sub classes, suc

[Puppet Users] Re: Issues with example42/php::augeas or with augeas in general

2016-02-12 Thread Joseph Karns
Thanks everyone for the suggestionsFelix thank you for reminding me of the --debug on the end of a puppet run. This allowed me to find in php.ini that a developer added an extension line of code that is handled else where. RESOLVED! On Tuesday, February 9, 2016 at 3:51:09 PM UTC-5, Joseph K

[Puppet Users] SSL Error when connecting agent to master

2016-02-12 Thread cmiller76
Hi, Disclaimer... I am fairly new to Puppet. :) I have a puppet master server and a separate CA Server setup in my Puppet infrastructure. This infrastructure is running Puppet version 3.8.4 and has been running fine for the past few weeks. Now, I am trying to connect a SLES 11SP2 linux server

Re: [Puppet Users] Simple question about recent Puppet versions

2016-02-12 Thread David Karr
On Thursday, February 11, 2016 at 2:28:04 PM UTC-8, Kylo Ginsberg wrote: > > On Thu, Feb 11, 2016 at 1:04 PM, David Karr > wrote: > >> I know very little about Puppet, as I'm just starting to examine it. >> >> I had a couple of very high level questions about versions. >> >> As soon as I entered t

Re: [Puppet Users] German Umlauts in Catalog

2016-02-12 Thread Felix Frank
On 02/12/2016 12:35 AM, Lindsey Smith wrote: 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?

Re: [Puppet Users] firewall module to accept array of sources/dests

2016-02-12 Thread Felix Frank
On 02/12/2016 07:11 AM, Alex Harvey wrote: ACCEPT tcp -- 1.1.1.1/24 0.0.0.0/0 multiport dports 80,443 /* 100 allow http and https access */ ACCEPT tcp -- 2.2.2.2/24 0.0.0.0/0 multiport dports 80,443 /* 100 allow http and https access */ The provider could

Re: [Puppet Users] Puppet/Puppetboard throwing error 'Internal Server Error'

2016-02-12 Thread Felix Frank
OK, but seriously, what's it saying? Also, can you connect to localhost:8080 with netcat? With curl? Cheers, Felix On 02/12/2016 08:56 AM, Manoj Kumar wrote: yess I can see that too Thanks and Regards, Manoj Kumar OK, next debugging step: What's the output of `ss -tlnp | grep :8080` ? -- Y

Re: [Puppet Users] Simple question about recent Puppet versions

2016-02-12 Thread Kylo Ginsberg
On Fri, Feb 12, 2016 at 1:56 PM, David Karr wrote: > On Thursday, February 11, 2016 at 2:28:04 PM UTC-8, Kylo Ginsberg wrote: >> >> On Thu, Feb 11, 2016 at 1:04 PM, David Karr >> wrote: >> >>> I know very little about Puppet, as I'm just starting to examine it. >>> >>> I had a couple of very hig

Re: [Puppet Users] puppet facter for password hashing algorithm on a per OS basis

2016-02-12 Thread warron.french
John, thank you. I don't know how to write that kind of code yet; but at least now I have something to research. On Feb 10, 2016 9:33 PM, "John Warburton" wrote: > Ah manual changes... > > Ok you need some way to identify which hosts use which hash type and > classify them as such. > > We have a

Re: [Puppet Users] firewall module to accept array of sources/dests

2016-02-12 Thread Alex Harvey
On 13 February 2016 at 09:57, Felix Frank wrote: > On 02/12/2016 07:11 AM, Alex Harvey wrote: > >> >> ACCEPT tcp -- 1.1.1.1/24 0.0.0.0/0 multiport dports >> 80,443 /* 100 allow http and https access */ >> ACCEPT tcp -- 2.2.2.2/24 0.0.0.0/0 multiport dports >> 80,