[Puppet Users] Re: Custom Windows Fact (match ipaddress)

2013-11-12 Thread giovanni possemato
hi all, try using the sysnative instead of System32 The File System Redirector will > silently redirect all file system access to%windir%\system32 to > %windir%\SysWOW64 instead. This can be an issue when trying to manage > files

[Puppet Users] Re: PuppetMaster and Puppet Client in the same machine

2013-11-12 Thread Manjunath G
On Thursday, 7 November 2013 01:56:18 UTC+5:30, Marcelo Frota wrote: > > Hi Dears, > > I am installing the puppetmaster server and puppet client is running in > the same machine. > > When i running : puppet agent --test --waitforcert 30 > > I received the error : > > Error: /File[/var/lib/pup

[Puppet Users] How to get Puppet Ent Agent for Mac Mountain Lion?

2013-11-12 Thread Simon Edwards
Dear All, I'm very new to Puppet Enterprise I have the following setup so far: 1. Puppet Master (Puppet Ent) on Ubuntu with its own Agent 2. Puppet Agent on MAC Mountain Lion Everything looked ok but then I noticed this on the MAC (below), which suggested to me I had the wrong Agent? I'm a

[Puppet Users] auth.conf/puppet.conf sample files for master and agent

2013-11-12 Thread Sam Rajagopal
Trying to implement puppet in a brand new environment. Both master and agent are running RHEL 6.3 (Santiago). Master version = 3.3.1 Agent version = 2.6.18 Appreciate if some one can provide me with sample auth.conf and puppet.conf files for both the master and the agent. No DNS entries. Only /e

Re: [Puppet Users] How to get Puppet Ent Agent for Mac Mountain Lion?

2013-11-12 Thread Peter Bukowinski
Puppet Enterprise does not currently support Mac OS X client nodes. You will still be able to apply classes, but none of the advanced features that depend upon mcollective (e.g. Live Management) will work unless you do some serious fiddling -- which kinda defeats the purpose of using Puppet Ente

[Puppet Users] Own Package Installscript

2013-11-12 Thread daniel . richardt89
Hi, i want to use Puppet to install all packages from a webserver (no repository) . Therefore I wrote following Script: class install_package { case "$operatingsystem" { SLES: { notify {"${operatingsystem} ${operatingsystemrelease} detected":}

Re: [Puppet Users] What the correct way to downgrade version with puppet? (CentOS 6.4)

2013-11-12 Thread shlo . afgin
In this case I need to ensure it delete php-5.5.5 and after that install php-5.3.3. When trying to install php-5.3.3 when php-5.5.5 exist it exit with errors about conflict in version. How can I ensure that specific version of php is absent? On Monday, November 11, 2013 4:38:12 PM UTC+2, Derek

[Puppet Users] How to identify unset variables?

2013-11-12 Thread Schofield
I want to list out all the variables that do not have values set for a catalog. Can puppet 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 an email to puppet-user

Re: [Puppet Users] Own Package Installscript

2013-11-12 Thread Matthaus Owens
You can only have one instance of a class in a catalog. It sounds like a defined type would suit your use case better. Defined types can be used multiple times in the same catalog as long as they have unique names and don't themselves create duplicate resources. http://docs.puppetlabs.com/learning/

[Puppet Users] puppet: access to a portion of modules?

2013-11-12 Thread dkoleary
Hey; This may be more appropriate to the git group but, I suspect people here would have run into similar situations more than the git users have. I'm working on a proof of concept for a git controlled puppet implementation supporting an environment of linux systems including web and tomcat se

[Puppet Users] Looking to repair "Unrecognised escape sequence" if possible

2013-11-12 Thread Dan White
The recent traffic about " puppet master --compile ... " got me tinkering with it. I found a lot of old syntax in my templates, so I added "@" in front of all the current scope variables. That got rid of all the grumbles but one: Warning: Unrecognised escape sequence '\1' Warning: Unrecogni

Re: [Puppet Users] puppet: access to a portion of modules?

2013-11-12 Thread Denmat
Hi, Take a look at r10k. https://github.com/adrienthebo/r10k Den > On 13 Nov 2013, at 4:02, dkoleary wrote: > > Hey; > > This may be more appropriate to the git group but, I suspect people here > would have run into similar situations more than the git users have. > > I'm working on a proof

[Puppet Users] Announce: Puppet 3.3.2 Available

2013-11-12 Thread Melissa Stone
Puppet 3.3.2 -- Released November 12, 2013 3.3.2 is a bug fix release in the Puppet 3.3 series. The most important fix was a bug causing problems with NetApp devices. For the full list of closed issues specific to 3.3.2 see http://projects.puppetlabs.com/ve

Re: [Puppet Users] What the correct way to downgrade version with puppet? (CentOS 6.4)

2013-11-12 Thread Derek Harkness
Could you do something like package { ‘php-5.5.5’: ensure => absent, } package { ‘php-5.3.3’: ensure => ‘5.3.3', require => Package[‘php-5.5.5’], } On Nov 12, 2013, at 10:37 , shlo.af...@gmail.com wrote: > In this case I need to ensure it delete php-5.5.5 and after that

Re: [Puppet Users] Looking to repair "Unrecognised escape sequence" if possible

2013-11-12 Thread Josh Cooper
On Tue, Nov 12, 2013 at 12:35 PM, Dan White wrote: > The recent traffic about "puppet master --compile ..." got me tinkering > with it. > > I found a lot of old syntax in my templates, so I added "@" in front of > all the current scope variables. > That got rid of all the grumbles but one: > >

Re: [Puppet Users] Error: Could not retrieve catalog from remote server Puppet Enterprise

2013-11-12 Thread Josh Cooper
On Mon, Nov 11, 2013 at 2:03 PM, Sam Oehlert wrote: > We are trying to set up PE 3.1 on RHEL 6 boxes. We were able to install > the clients fine and they were listed as working in the console. After a > while, we started to see a bunch of errors that look like this: > > Error: Could not retrieve