Re: [Puppet Users] puppet autoami problem

2013-03-06 Thread emzvargas1
I'll try to upgrade Puppet to 3.1. Thanks. On Tuesday, March 5, 2013 4:22:30 PM UTC+1, Josh Cooper wrote: On Mar 5, 2013, at 3:43 AM, emzva...@gmail.com javascript: wrote: Hi, Im using Puppet v3.0.2. Im trying to test puppet autoami module, but after installing it using #*puppet

Re: [Puppet Users] Boolean in hiera... problems again

2013-03-06 Thread Richard Clark
On Wed, Mar 06, 2013 at 01:29:29PM +1000, Peter Brown wrote: Getting booleans from hiera to puppet is not currently not functioning like you would expect. There is a bug reported for it and they are working on it but it's still in progress last I looked. Would this

Re: [Puppet Users] Re: PuppetDB queue problem

2013-03-06 Thread ak0ska
@Mike iostat -nx Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util md0 0.00 0.00 85.55 405.31 9226.53 3234.60 25.39 0.000.00 0.00 0.00 @Ken Wow. Thats still way too large for the amount of nodes. I

Re: [Puppet Users] Boolean in hiera... problems again

2013-03-06 Thread Keith Burdis
I am running 3.1.0 and hiera booleans appear to be working fine. - Keith On 6 March 2013 09:15, Richard Clark rich...@fohnet.co.uk wrote: On Wed, Mar 06, 2013 at 01:29:29PM +1000, Peter Brown wrote: Getting booleans from hiera to puppet is not currently not functioning like you would

Re: [Puppet Users] Problem while Installing software (agent) from puppetmaster to clients

2013-03-06 Thread guptasachin1112mrt
Thanks frank for providing me help.. I have made few changes in my configuration files. earlier there was also a major problem, puppet client is not able to retrieve catalog from master but now my puppet cleint is able to retrieve catalog from master. my init.pp is as follows: #Module:

Re: [Puppet Users] Problem while Installing software (agent) from puppetmaster to clients

2013-03-06 Thread Felix Frank
Hi, this looks pretty good, although I cannot yet see how your module makes use of the license key. Will probably need more work. On 03/06/2013 11:05 AM, guptasachin1112...@gmail.com wrote: err: /Stage[main]/Newrelic::Install/Package[newrelic-sysmond]/ensure: change from absent to present

[Puppet Users] Mcollective, sometimes connection loss

2013-03-06 Thread Spter
Hi, i have 3 machines running facter (1.6.16), puppet (3.0.1) and mcollective (2.2.1). node1 is puppetmaster, which has activemq installed. node2 and node3 are clients. Actually everything works fine. When i do mco find hosts all nodes are listed. Sometimes (after a while) it seems there is

Re: [Puppet Users] Mcollective, sometimes connection loss

2013-03-06 Thread R.I.Pienaar
- Original Message - From: Spter tschmeling.obrigh...@gmail.com To: puppet-users@googlegroups.com Sent: Wednesday, March 6, 2013 10:37:39 AM Subject: [Puppet Users] Mcollective, sometimes connection loss Hi, i have 3 machines running facter (1.6.16), puppet (3.0.1) and

[Puppet Users] puppet hang up

2013-03-06 Thread Andrey Kononov
I have try to start puppet on node and see this debug: Exec[create_conf_dir](provider=posix): Executing check '/usr/bin/test -d /etc/hadoop-0.20/conf' debug: Executing '/usr/bin/test -d /etc/hadoop-0.20/conf' debug: file_metadata supports formats: b64_zlib_yaml pson raw yaml; using

Re: [Puppet Users] Discover SO of my nodes

2013-03-06 Thread Nikola Petrov
You have two options(that I am aware of): 1) https://puppetlabs.com/mcollective/introduction/ 2) you can query your storeconfig option(in my case puppetdb + postgre). -- Nikola On Tue, Mar 05, 2013 at 07:06:03AM -0800, Tiago Cruz wrote: Hello all! Using puppet 2.7.9 and Dashboard, I can

[Puppet Users] Windows Remote Desktop Services (Could not find a suitable provider for dism)

2013-03-06 Thread jim
Hello all Was wondering if someone could help or advise where i'm going wrong i'm trying to install Windows 2008 R2 Remote Desktop Services via Puppet using either DISM or Powershell modules from the forge and getting the same error When using DISM class roles::trm::remote_desktop_services

Re: [Puppet Users] Weird Scope Fun

2013-03-06 Thread Felix Frank
On 03/05/2013 09:14 AM, Matthew Barker wrote: class my_class::some_implementation::parameterized_subclass ($somevariable = false) { #do stuff } So, all works fine, but I get scope qualified variable notifications on the puppetmaster. Hi, is the use of the $somevariable that yields

Re: [Puppet Users] Package(Java.ActiveMQ etc..) Manual Installation Issues.

2013-03-06 Thread Felix Frank
Hi, On 03/05/2013 01:02 PM, Jithin Xavier wrote: exec { 'ActiveMQExe': command = /bin/tar xzf /gx/mnt/software/ESB/apache-activemq-5.5.1-bin.tar.gz, cwd = /gx/mnt/software/ESB/, require = [wget::fetch[activemqDownload]], The most simple obvious approach would be to

[Puppet Users] Re: Weird Scope Fun

2013-03-06 Thread jcbollinger
On Tuesday, March 5, 2013 2:14:40 AM UTC-6, Matthew Barker wrote: [Puppet v3.1.0 both on the master and client (debian squeeze)] So, I'm porting a pretty monolithic module over from our 2.6.x puppet environment to a new puppet 3.1.0 environment and ran into some notifications in syslog

Re: [Puppet Users] Pattern for managing software versions?

2013-03-06 Thread jcbollinger
On Tuesday, March 5, 2013 10:48:10 AM UTC-6, Schofield wrote: Not really a specific problem because obviously people are successfully using this pattern. I'm really trying to explore the difference between the different patterns and understand why you would chose one over the other.

Re: [Puppet Users] Boolean in hiera... problems again

2013-03-06 Thread Jakov Sosic
On 03/06/2013 10:59 AM, Keith Burdis wrote: I am running 3.1.0 and hiera booleans appear to be working fine. I am running 3.1.0 and still have problems... -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

[Puppet Users] Release Announcement: Netapp network device module v0.2.0

2013-03-06 Thread Gavin Williams
All For those of you not following me on Twitter (@fatmcgav), I have just released v0.2.0 of my NetApp device module to the Forge. http://bit.ly/YY61v4 Changes include a couple of bug fixes, and addition of support for NFS security settings. This allows NFS exports to be created or modified

[Puppet Users] Re: Long puppet catalog run times on certain nodes after using pson is called

2013-03-06 Thread r.yeo
Nothing in passenger-status while a problem node is running. --- General information --- max = 3 count= 2 active = 0 inactive = 2 Waiting on global queue: 0 --- Application groups --- /usr/share/puppet-dashboard: App root: /usr/share/puppet-dashboard

Re: [Puppet Users] Re: Puppet agent intermittently stops without doing any thing

2013-03-06 Thread sanjiv singh
Hello Liu/Adrien, I have provided few details regarding the issue ...can you please look into this. On Tuesday, 5 March 2013 13:27:11 UTC+5:30, sanjiv singh wrote: Please see attachment. On Tuesday, 5 March 2013 13:20:39 UTC+5:30, sanjiv singh wrote: Today, we faced issue again.i

Re: [Puppet Users] Re: PuppetDB queue problem

2013-03-06 Thread Ken Barber
Indexes seem bloated. Totally agree, you should organise re-indexes starting from the biggest. relation | size -+- public.idx_catalog_resources_tags_gin | 117 GB public.idx_catalog_resources_tags | 96

Re: [Puppet Users] Boolean in hiera... problems again

2013-03-06 Thread Peter Brown
Last I tried I still had problems in 3.1.0. On 7 March 2013 02:20, Jakov Sosic jso...@srce.hr wrote: On 03/06/2013 10:59 AM, Keith Burdis wrote: I am running 3.1.0 and hiera booleans appear to be working fine. I am running 3.1.0 and still have problems... -- You received this message

[Puppet Users] HELP:Custom function didn't work

2013-03-06 Thread Nicolas
hi,guys- I have a mysql database which stores host informations,so I wrote a function to get some values. - Here is the function rb(this function should return the type I defined in the database): #hosttype.rb require mysql module Puppet::Parser::Functions

[Puppet Users] Re: Site module with Puppet Enterprise

2013-03-06 Thread Nathan Valentine
Paleoposting FTW! I've been doing enough work with site modules as of late that I decided to make a git repo with a basic site module set up for following Craig Dunn's Roles and Profiles pattern. Or at least something very similar (no inheritance):

Re: [Puppet Users] Re: Puppet agent intermittently stops without doing any thing

2013-03-06 Thread sanjiv singh
Any help on this On Thursday, 7 March 2013 03:21:20 UTC+5:30, sanjiv singh wrote: Hello Liu/Adrien, I have provided few details regarding the issue ...can you please look into this. On Tuesday, 5 March 2013 13:27:11 UTC+5:30, sanjiv singh wrote: Please see attachment. On