[Puppet Users] run puppet for few modules only, not for all catalogue

2012-07-19 Thread Andrew
I am looking the way to apply only few selected modules to the puppet node instead of all catalogue. I need this step to be done as the part of the maintenance. As of now the only idea I have - is to expose puppet tree via nfs or HTTP, download/mount only modules I need and run puppet in

[Puppet Users] puppet class and user groups question

2012-08-12 Thread Andrew
to be in the sslcerts group, and httpd::ssl, so apache needs to be in the sslcerts group. how can I create the group so both classes can add their users to the group ? Thanks in advance, Andrew. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view

[Puppet Users] Re: Puppet playing badly with Debian etch rubygems

2009-01-20 Thread andrew
I look a little bit at this error and I believe the root cause is a newer ruby gems trying to check 'specification' on an older rails gem. (or perhaps the opposite) Try an update on the rails gem and see if that helps. One solution on a blog post was to uninstall all the debs and install ruby

[Puppet Users] Re: Purge puppet's reports

2013-09-10 Thread Andrew
, recurse = true, rmdirs = true, type = 'ctime', } # notify { debug: tidy command should run now: } } } Ciao, Andrew. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from

[Puppet Users] puppetlabs firewall module :: selective disable

2013-09-15 Thread Andrew
obvious I dont know what I'm doing so I'll save you the time by pointing that out myself :) iptables seems to want to start no matter what I change. Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

[Puppet Users] howto determine a users homedir in a class file

2014-01-29 Thread Andrew
in advance. Regards, Andrew -- 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-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https

[Puppet Users] Re: CA puppetmaster

2014-01-29 Thread Andrew
implements changes to files ... is it really so critical that it requires a HA solution of this complexity ? I kind of have my doubts. If puppet goes offline for 30mins while you restore a vm image, most of the clients will error once, and then resume working the next time they check in. Andrew -- You

[Puppet Users] Re: ody/pkginventory problem / How do _you_ get a listing of all packages installed on a system?

2014-01-29 Thread Andrew
# every package, name only. rpm -qa --queryformat=%{NAME}\n # or more info ... rpm -qa --queryformat=%{NAME} - %{VERSION} - %{ARCH}\n Hi Stack, have you tried package { kernel.$architecture: ensure = '2.6.32-358.el6', } to make sure it doesnt find the i686 version as well ? Also note

Re: [Puppet Users] howto determine a users homedir in a class file

2014-01-29 Thread Andrew
, at 11:04 PM, Andrew andrewg...@gmail.com javascript: wrote: So ... I am tasked with managing ssh keys for which I want to use puppet to do the deployment. I dont know ahead of time which users will using/assigned keys so, my question is. how to determine the homedir of any user

[Puppet Users] Puppet only partially applying configuration

2016-06-07 Thread Andrew
I have encountered a problem when running puppet on Windows. My environment is as follows: Puppet master: CentOS 6.5 puppetserver 2.3.1 Client: Windows 2012 R2 Puppet 3.8.7 What happens: I provision a machine with razor and wait for the first Puppet run to complete. After puppet is finished,

Re: [Puppet Users] Trouble creating a release RPM from puppetlabs/puppet source repo

2016-06-17 Thread Andrew
the code anyway ... I do hear what you are saying about having to go thru this exercise. Cheers, Andrew. On Monday, 13 June 2016 22:45:12 UTC+10, Matt Larson wrote: > Eric et al, > > Thanks again for your help with this! I realize how crazy it may seem to > want to rebuild from

[Puppet Users] Re: Very frequent "Error: Could not request certificate: The certificate retrieved from the master does not match the agent's private key." on Windows

2016-10-09 Thread Andrew
Replacing the puppet ca with the newer one fixed the errors tho. Sorry I dont have an easier fix for you :( Andrew. On Friday, 7 October 2016 17:33:23 UTC+10, Fredrik Nilsson wrote: > Hi Guys, > > Hopefully one of you have a splendid idea on how to solve this... > > The prob

[Puppet Users] subscribe vs notify

2016-10-09 Thread Andrew
there a better way than subscribing the relevant services to the cert and key files ?? Any ideas ? Andrew. -- 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

Re: [Puppet Users] Stupid Exec

2012-01-11 Thread Andrew Hendry
Did you sort this one out? I also found out puppet on some solaris systems doesn't like [ or ( as first character. A hack to get past it was to change the first character $command = true ( /apps/path/scripts/install.sh || true )   touch /etc/ On Fri, Jan 6, 2012 at 7:52 AM, Jo Rhett

Re: [Puppet Users] Parameterized classes override of parameter

2012-02-20 Thread Andrew Forgue
This is actually filed in Bug #5517 (Accepted) and a few others and has 10 votes. http://projects.puppetlabs.com/issues/5517 -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web visit

[Puppet Users] Long config retrieval on nodes

2012-03-06 Thread Andrew Stangl
on a m1.small EC2 instance, which only seems to have a single core - I'm not sure if that's perhaps the cause of the bottleneck? Any suggestions / advice would be much appreciated, thanks in advance! Cheers, Andrew -- You received this message because you are subscribed to the Google Groups Puppet

[Puppet Users] Re: Long config retrieval on nodes

2012-03-08 Thread Andrew Stangl
We ended upgrading the EC2 instance from a m1.small to a c1.medium .. it was bottoming out on cpu load, and increasing this to a dual core instance resolved the issue :) No more timeouts!! and a happy customer too On Tuesday, March 6, 2012 11:46:14 AM UTC, Andrew Stangl wrote: Hi all

[Puppet Users] Re: Long config retrieval on nodes

2012-03-08 Thread Andrew Stangl
We ended up upgrading the EC2 instance from a m1.small to a c1.medium .. it was bottoming out on cpu load, and increasing this to a dual core instance resolved the issue :) No more timeouts!! and a happy customer too On Tuesday, March 6, 2012 11:46:14 AM UTC, Andrew Stangl wrote: Hi all

[Puppet Users] Re: 2 package resources for the same package installation in two differents modules caused errors

2012-04-05 Thread Andrew Stangl
], [php5-imagick]] } class cms::installpackage { include php_v_packages realize Package [php5-imagick] } That should do the trick :) Cheers, Andrew On Thursday, April 5, 2012 12:11:40 PM UTC+1, Christophe L wrote: Hello, Thanks for your answer. I understand the restriction about

[Puppet Users] Re: [Puppet-dev] Taking github noise away from puppet-dev list

2012-04-12 Thread Andrew Parker
I just recently started working at Puppet Labs and have been pretty much been ignoring most of what I see from this list because of the amount of github mail on it. I think that removing the github email from this list will help it to do what I'm hoping to see on it, which is to have

[Puppet Users] Re: [Puppet-dev] Announce: Puppet 3.0.0rc1 Available

2012-05-18 Thread Andrew Parker
will have more details when they are published. Puppet 3.0.0rc1 includes contributions from the following people: 20after4, Aditya Patawari, Andrew Parker, Ben Ford, Brice Figureau, Bruno Léon, Cameron Thomas, Carl Caum, Carla Souza, Chris Price, Christian G. Warden, codec, Dan Bode, Daniel Pittman

[Puppet Users] SSL emailAddress interpreted as part of the CN when using puppet with an external PKI

2012-05-31 Thread Andrew Wasilczuk
disabled. I'm running puppet-2.7.14 on FreeBSD 9.0 behind Apache and Passenger Cheers, Andrew. -- [ a...@zx23.net ] -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com

Re: [Puppet Users] SSL emailAddress interpreted as part of the CN when using puppet with an external PKI

2012-06-01 Thread Andrew Wasilczuk
boils down to how much work it would take to support this in puppet and if it's puppet or the Ruby OpenSSL bindings that need the work. Cheers, Andrew. -- [ a...@zx23.net ] -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group

Re: [Puppet Users] SSL emailAddress interpreted as part of the CN when using puppet with an external PKI

2012-06-02 Thread Andrew Wasilczuk
it looks like. Cheers, Andrew. -- [ a...@zx23.net ] -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr

Re: [Puppet Users] SSL emailAddress interpreted as part of the CN when using puppet with an external PKI

2012-06-07 Thread Andrew Wasilczuk
it'll use, unless explicitly configured to move emailAddress to subjectAltName[1] (as recommended in RFC 3850) or if one sets -noemailDN option[2]. I've filed the bug here and added you as a watcher Andrew: http://projects.puppetlabs.com/issues/14852 [1] https://github.com/puppetlabs/puppet

Re: [Puppet Users] OT: Monitoring solutions

2012-06-25 Thread Andrew Wasilczuk
/if needed). I tried many things before but OpenNMS works best for me so far. Cheers, Andrew. [1] http://www.opennms.org/ -- [ a...@zx23.net ] -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users

Re: [Puppet Users] Puppet configuration: user

2012-08-10 Thread Andrew Hendry
Hi, user= is for the puppetmaster user which does not need to run as root. Regards, Andrew On Fri, Aug 10, 2012 at 8:05 PM, Axel Bock axel.b...@arbeitsagentur.de wrote: Hi readers, I am having trouble understanding the puppet user= configuration setting in the puppet.conf file. If puppet

Re: [Puppet Users] AW: Issue with large directory content

2012-09-14 Thread Andrew Stangl
would possibly be better off managing the mountpoint with the mount directive, in which case, you may be experiencing something similar to what we dealt with here: https://groups.google.com/forum/?fromgroups=#!topic/puppet-users/xig1zZzoIpM Hope this helps, Andrew On Thursday, September 13

[Puppet Users] Puppet module submodule layout

2012-10-08 Thread Andrew McGilvray
parameters in the main module class like : class mymodule ( $absent, $disable, $disableboot, ) { } Is there a consensus about which way we should be writing out modules? Thanks. Andrew Mcgilvray -- You received this message because you are subscribed to the Google Groups Puppet Users

[Puppet Users] preseed chroot enterprise install failing

2012-10-09 Thread Andrew Galka
the installer from attempting to start the service? Thanks Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/icMo6mh0dv0J. To post to this group, send

[Puppet Users] Re: preseed chroot enterprise install failing

2012-10-09 Thread Andrew Galka
TY!!! On Wednesday, October 10, 2012 10:24:47 AM UTC+11, Andrew Galka wrote: Hi I'm installing puppet enterprise 2.6 in the preseed last_command process for ubuntu. While running the installer in a chroot, it is failing while it attempts to start the agent (pe-puppet-agent: unrecognized

[Puppet Users] Puppet dashboard over passenger: The environment must be purely alphanumeric, not ''

2012-10-16 Thread Andrew Gooding
.x86_64 mysql-libs-5.1.61-4.el6.x86_64 mysql-server-5.1.61-4.el6.x86_64 Any help will be welcome. Thanks, Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web visit https://groups.google.com/d

Re: [Puppet Users] Storeconfig and mcollective using activemq

2012-10-23 Thread Andrew Stangl
RE: puppetdb and pgsql: it all depends on how big your environment is - the suggestion for puppetdb is, if you have fewer than 100 nodes, that you use the built in haskell/cloujure db - I've ended up doing this, since the env is fairly small where we've got this configured, and the storeconfigs

[Puppet Users] Re: Puppet dashboard over passenger: The environment must be purely alphanumeric, not ''

2012-11-16 Thread Andrew Gooding
Where should I apply the changes? On Thursday, October 18, 2012 10:37:54 AM UTC-7, Eric Sorenson wrote: Hi andrew, that error is one that comes from the puppet master process itself when you connect to it with a regular HTTP client. So it looks like your apache virtualhost setup is pointing

[Puppet Users] Re: Solaris processor count facts - bug or feature?

2012-12-03 Thread Andrew Beresford
42 core_id 44 core_id 44 core_id 46 core_id 46 Hope that helps! Andrew On Monday, 3 December 2012 02:03:25 UTC, Alex Harvey wrote: On Tuesday, November 20, 2012 12

[Puppet Users] Unnecessary changes when creating facts.yaml

2012-12-03 Thread Andrew Beresford
I have set up puppet to create a facts.yaml file for mcollective using the following line: content = inline_template(%= scope.to_hash.reject { |k,v| k.to_s =~ /(uptime.*|timestamp|.*free|macaddress.*|ipaddress)/ }.to_yaml %), However, it is creating a lot of unnecessary changes by

[Puppet Users] Re: Solaris processor count facts - bug or feature?

2012-12-05 Thread Andrew Beresford
Apologies, I re-read your post and understand what you mean. I prefer the core count definition, but whatever it is, it should be consistent between Linux and Solaris. Andrew On Wednesday, 5 December 2012 04:37:19 UTC, Alex Harvey wrote: On Monday, December 3, 2012 9:54:49 PM UTC+11

[Puppet Users] Re: Unnecessary changes when creating facts.yaml

2012-12-05 Thread Andrew Beresford
with it too much and gave up as I had other more important stuff to work on. Andrew On Monday, 3 December 2012 17:44:08 UTC, Ellison Marks wrote: I ran into the same thing. I think whoever made the snippet on the facts via YAML page was either relying on some feature of a previous version

Re: [Puppet Users] Re: Solaris processor count facts - bug or feature?

2012-12-07 Thread Andrew Beresford
How about creating a processorcorecount and processorthreadcount with correct meanings? That then leaves the option to deprecate processorcount. I've realised that at some point in the past I have created a processorthreadcount fact because I needed a consistent source of this information on both

Re: [Puppet Users] Managing Pear and Pecl packages in Puppet

2012-12-14 Thread Andrew Sharpe
To avoid the hardcoded memory limit you can install PECL packages with # pear install pecl/package name Given your examples with the providers above I think your declaration might become package{ pear: ensure = installed, provider = 'pear'; pecl/zip: ensure = installed,

Re: [Puppet Users] Re: Puppet Dashboard and Ruby 1.8.7 for EL5 systems HOWTO (draft)

2013-01-20 Thread Andrew Melo
RPMs FWIW, to get this to install on ScientificLinux (another RHEL recompile), I had to disable the yum priorities plugin since it seemed to want to prioritize a ruby 1.8.5 security update over the puppet-provided 1.8.7. -Andrew For the passenger server, you'll need to get the source RPM from

Re: [Puppet Users] Purge puppet's reports

2013-01-30 Thread Andrew Sinclair
Great solution. Simple, effective. Thanks. On Thursday, 21 July 2011 14:50:32 UTC+1, vagn wrote: On 07/21/2011 08:52 AM, vagn scott wrote: Thinking about this some more, if you need the reports for dashboard to work, then any cleanup script should leave the latest report from any

[Puppet Users]

2013-02-17 Thread Andrew Melo
not permitted - /var/lib/puppet/yaml/node/se2.accre.vanderbilt.edu.yaml20130217-7515-10yio8g-0 Even if I recursively set /var/lib/puppet/yaml to be mode 777. I'm confused about whats's going on here, any suggestions? Thanks, Andrew -- -- Andrew Melo -- You received this message because you are subscribed

[Puppet Users] facter vs specs

2013-02-27 Thread Andrew Pennebaker
A friend pointed out that I may have been reinventing the wheel: My specs project is very similar to Puppet Labs' facter. What do you think? https://github.com/mcandre/specs#readme -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe

[Puppet Users] Unexpected hash's behavior

2013-03-25 Thread Andrew E.
Hi all. I'm newbie. Help me, please. I write Puppet function Piece of code : n_if={} over_if = arguments[1] over_if.each do |kk,vv| weth={} puts kk,vv,weth weth = arguments[0] weth['in_vlan'] = vv['in_vlan']

[Puppet Users] I want in the future HIERA-2

2013-04-11 Thread Andrew E.
I want in the future HIERA-2 to create a file like classes.txt, which clearly would have seen the use of the configuration on the node. Regards, Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop

[Puppet Users] hiera-gpg and 400 error

2013-05-20 Thread Rachel Andrew
Hello I am setting up servers with a puppetmaster and various nodes, all running Debian Wheezy with the Puppet 3 packages from Puppetlabs. The Puppetmaster is configured with Passenger and Apache. I am trying to use hiera-gpg to encrypt passwords, I have it installed and have created a key as

[Puppet Users] Executing a script after creating vhosts with create_resources

2013-06-12 Thread Rachel Andrew
Hello I'd love a bit of advice in terms of how I should best go about this. I am creating a bunch of vhosts, their definitions are stored in json (I'm using heira) that json file will be generated from data held on another server. I'm just using the puppetlabs apache module and

Re: [Puppet Users] Executing a script after creating vhosts with create_resources

2013-06-14 Thread Rachel Andrew
On 12 Jun 2013, at 11:29, Brian Lalor bla...@bravo5.org wrote: I'm pretty sure you'll have to do a custom define to make that happen, which should play well with create_resources. You could also play with a single notify used by all of the resources that have been created… thanks for the

[Puppet Users] Error 400 on SERVER: No such file or directory - getcwd

2013-06-19 Thread Rachel Andrew
Hi fully expecting to have done something silly here but am struggling to debug why I am getting the error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: No such file or directory - getcwd at /etc/puppet/manifests/nodes.pp:2 on node my.domain.net the line in

[Puppet Users] incompatible character encodings: UTF-8 and ASCII-8BIT

2013-07-02 Thread Rachel Andrew
Hi as part of our setup we have erb templates that are SQL files, we parse then to add in some user details to the SQL (these come from a hiera json file created from PHP) before using that file to create the database. If that data includes UTF-8 characters (for example an e with an acute

[Puppet Users] Re: Open Source Team planning meeting summary

2011-05-31 Thread Andrew Forgue
the fact seems to be severely lacking. It seems to get pushed back every minor revision for some reason, but it would be great if it got fixed. Would be happy to provide use-cases or clarification if necessary. -Andrew -- You received this message because you are subscribed to the Google

Re: [Puppet Users] Re: use puppet to manage user accounts on mysql

2011-07-10 Thread Andrew Thompson
that is possible from the mysql client. -Andrew On Jul 10, 2011 6:27 AM, newguy aimanparv...@gmail.com wrote: Hey I will try to write again what I wanted to say in the first message: Is it possible through puppet that I install mysql and define what would be mysql username, password for that client

[Puppet Users] Perform puppetrun on a subset of the included classes

2011-07-12 Thread Andrew Thompson
to include mysql (to manage the mysql service, package, users, grants, etc.) when when manually with the runonce option The idea is I may have some set of applications that can be updated at anytime, but there will other applications that are under strict change control. -Andrew -- You received

[Puppet Users] Exported Resources with --noop

2011-07-13 Thread Andrew Thompson
When I puppet with the noop flag resources are being exported to the db. Is this expected or a bug? I would expect it to simulate the transaction with the db... -Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group

[Puppet Users] Re: Exported Resources with --noop

2011-07-14 Thread Andrew Thompson
On Jul 13, 7:03 pm, Gabriel Filion lelu...@gmail.com wrote: On 11-07-13 12:06 PM, Andrew Thompson wrote: When I puppet with the noop flag resources are being exported to the db.  Is this expected or a bug? Hmm what version of puppet are you using? I've just encountered exactly

[Puppet Users] Parse Puppet Manifests

2011-08-11 Thread Andrew Thompson
of the manifest files for this information with grep, etc., there must be something in the puppet code base I could plug into?? -Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com

[Puppet Users] Re: Parse Puppet Manifests

2011-08-12 Thread Andrew Thompson
On Aug 11, 3:48 pm, Nan Liu n...@puppetlabs.com wrote: On Thu, Aug 11, 2011 at 2:32 PM, Andrew Thompson netengr2...@gmail.com wrote: I am looking for a method to parse the entire set of puppet manifests/ modules.  For example I want to see a list of all packages that I am managing

[Puppet Users] Dashboard 1.2.0 Spool Directory rake error

2011-09-01 Thread Andrew Rankin
. Thanks, Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit

[Puppet Users] Dashboard 1.2.0 Spool Directory rake error

2011-09-01 Thread Andrew Rankin
fine. Thanks, Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit

[Puppet Users] Re: extlookup()

2011-10-21 Thread Andrew Thompson
On Oct 20, 10:18 am, ollies...@googlemail.com paul.seym...@barcap.com wrote: Taking a brief look at extlookup() We have a module to setup resolv.conf based on location so we have a % {domain}.csv file Can you post your $extlookup_datadir and $extlookup_precedence values? more

[Puppet Users] Re: Puppet class dependency

2011-10-29 Thread Andrew Hendry
Hi Jean, Is Nginx::Vhost[packages.iscoolapp.com] getting set up somewhere else in your code? If not should your pkgrepo be like this? class pkgrepo { Nginx::Vhost[website.domain.tld] - Class['Pkgrepo'] include pkgrepo::install,pkgrepo::config } Or pkgrepo::repository {

Re: [Puppet Users] useradd question

2011-10-31 Thread Andrew Hendry
Hi Peter, Where do you call git::user and git::ssh from? Maybe the spots where you have require = User['git'], should they be require = Class['Git::User']? Andrew. On Tue, Nov 1, 2011 at 1:21 AM, Peter Horvath peter.horvat...@googlemail.com wrote: I am using Ubuntu LTS 10.04

Re: [Puppet Users] useradd question

2011-11-01 Thread Andrew Hendry
       include git::ssh        include git::user      include git::sudoers} On 1 November 2011 01:19, Andrew Hendry andrew.hen...@gmail.com wrote: Hi Peter, Where do you call git::user and git::ssh from? Maybe the spots where you have require = User['git'], should they be require = Class['Git::User

Re: [Puppet Users] Puppetrun/kick : Possibility to choose environment

2011-11-04 Thread Andrew Hendry
Couldn't figure this one out either. It would be great to run a kick and pass it a git tag, then have the master notice that and setup some kind of temporary environment to serve that tag. For the moment we have a bunch of different environments, eg projectA, projectB, projectC and the clients in

Re: [Puppet Users] useradd question

2011-11-04 Thread Andrew Hendry
/application.rb:397:in `exit_on_fail' /usr/lib/ruby/1.8/puppet/application.rb:300:in `run' /usr/lib/ruby/1.8/puppet/util/command_line.rb:55:in `execute' /usr/bin/puppet:4 Could not find user git On 1 November 2011 06:05, Andrew Hendry andrew.hen...@gmail.com wrote: Hi Peter, Have you tried

[Puppet Users] WinXP Agent SSL issue/Increase TLS timeout on Puppet Master?

2011-11-09 Thread Andrew Ring
/29632) it was mentioned that the Puppet Master has a TLS timeout of 0.1 seconds. Is this a general issue with Puppet and Windows XP? Is there a way to increase the TLS timeout on the Puppet Master? Alternatively, is there a method to confirm that the TLS timeout is my problem? Thank you, Andrew

Re: [Puppet Users] WinXP Agent SSL issue/Increase TLS timeout on Puppet Master?

2011-11-09 Thread Andrew Ring
Spot on. Thank you. On 11/09/2011 01:18 PM, Jacob Helwig wrote: On 2011-11-09 12:51 , Andrew Ring wrote: Greetings, While using puppet 2.7.6-266 on a very old Windows XP system (I know WinXP is not supported by puppet), I have run into an error when running Puppet Agent: err: Could

Re: [Puppet Users] Puppet Windows: test if non-MSI package already installed

2011-11-18 Thread Andrew Ring
Thank you. On 11/11/2011 10:30 AM, Josh Cooper wrote: Hi Andrew, On Fri, Nov 11, 2011 at 9:19 AM, ar...@berkeley.edu mailto:ar...@berkeley.edu wrote: Hello Puppet Cohorts, I wish to install programs on Windows that do not use the MSI installer. After finding a guide on-line

[Puppet Users] Using Augeas to manage /etc/network/interfaces from Puppet

2010-10-06 Thread Andrew Pollock
Augeas examples in a Puppet wiki somewhere, but I haven't been able to find them. Any pointers appreciated. regards Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-us...@googlegroups.com

[Puppet Users] Re: Using Augeas to manage /etc/network/interfaces from Puppet

2010-10-06 Thread Andrew Pollock
On Oct 6, 12:22 pm, Rob McBroom mailingli...@skurfer.com wrote: On Oct 6, 2010, at 2:31 PM, Andrew Pollock wrote: I hear there's some user-contributed Augeas examples in a Puppet wiki somewhere, but I haven't been able to find them. Any pointers appreciated. There is (and even I have

[Puppet Users] Re: Passenger Problems

2010-10-26 Thread Andrew Forgue
moving up may be my only option. I am using 2.2.15 without issue on around 1000 nodes. -Andrew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group

Re: [Puppet Users] augeas / sudoers

2010-11-19 Thread Andrew Heagle
, #includedir /etc/sudoers.d) and you can simply just put a file in there containing your sudo rules. Might be easier than trying to use Augeas, but might not suit your needs. Check your man page for more details! Regards, Andrew -- You received this message because you are subscribed to the Google

Re: [Puppet Users] Re: Supervisor Module

2011-01-27 Thread Andrew Otto
FYI, I think the URL listed above has changed. I just found this one: https://github.com/plathrop/puppet-module-supervisor -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To

Re: [Puppet Users] Re: puppet dashboard performance issue

2011-04-17 Thread Andrew Forgue
where reports.kind = 'apply' and reports.status != 'failed' GROUP by node_id) as reports WHERE reports.node_id = nodes.id; 1424 rows in set (0.12 sec). So you're only getting the latest report and then the nodes for each. How fast does that query run? -Andrew -- You received this message

[Puppet Users] facter inconsistent results

2009-11-12 Thread Andrew Schulman
recent release? I searched the list for it and didn't see any reports of this. Thanks, Andrew. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users

[Puppet Users] Re: facter inconsistent results

2009-11-12 Thread Andrew Schulman
This has nothing to do with grep. facter should report a single consistent value for 'operatingsystem' when invoked in either of these ways. Agreed. Andrew, have you put a bug report in about this? No, I wanted to check first if I was missing something. I'll file a bug report about

[Puppet Users] Re: facter inconsistent results

2009-11-14 Thread Andrew Schulman
I do have lsb-base installed, yes. Not one I selected-- it seems to have come automatically with Jaunty. I just upgraded facter from 1.5.1 to 1.5.6, and this problem no longer occurs. Sorry-- should've tried that first. Thanks for everyone's help with this. Andrew

[Puppet Users] are read-only type attributes usable?

2009-11-19 Thread Andrew Schulman
, unrelated to the file's type attribute. So is the type attribute available for me to use, and if so how? Thanks, Andrew. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-us...@googlegroups.com. For more

Re: [Puppet Users] are read-only type attributes usable?

2009-11-20 Thread Andrew Schulman
As a feature, if you set up default mode as 644, puppet assumes that you want 755 on dirs and not 644. Is that documented anywhere? I've never seen it. That still leaves my question unanswered, though. Thanks, Andrew. -- You received this message because you are subscribed to the Google

Re: [Puppet Users] are read-only type attributes usable?

2009-11-20 Thread Andrew Schulman
On Thu, Nov 19, 2009 at 3:53 PM, Dan Bode d...@reductivelabs.com wrote: On Thu, Nov 19, 2009 at 11:52 AM, Andrew Schulman google-groups-and...@sneakemail.com wrote: The Type Reference lists 8 read-only type attributes, but I can't find any information in the documentation about how

[Puppet Users] deprecation notice: Files found in modules without specifying 'modules' in file path

2009-11-20 Thread Andrew Schulman
/firehol/firehol.conf: source = puppet:///firehol/firehol.conf } and in fileserver.conf I have [modules] allow 127.* allow 192.168.* As far as I can determine from the docs, this is what I'm supposed to do. So what else am I supposed to be doing that I'm not? Thanks, Andrew. -- You

Re: [Puppet Users] deprecation notice: Files found in modules without specifying 'modules' in file path

2009-11-23 Thread Andrew Schulman
} but as the notice (it's just a notice) tells you don't do it if there are still 0.24.x clients around. Thanks. That's correct. It seems that the documentation needs to be updated to explain this. Andrew. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post

Re: [Puppet Users] deprecation notice: Files found in modules without specifying 'modules' in file path

2009-11-23 Thread Andrew Dickson
23, 2009 at 5:47 AM, James Turnbull ja...@lovedthanlost.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Schulman wrote: I can't understand what this means.  What does it mean, specifying 'modules' in file path? [...] file { /etc/firehol/firehol.conf:   source = puppet

Re: [Puppet Users] deprecation notice: Files found in modules without specifying 'modules' in file path

2009-11-23 Thread Andrew Schulman
The wiki is open sand editable all you need to do is sign-up for an account. OK. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to

Re: [Puppet Users] deprecation notice: Files found in modules without specifying 'modules' in file path

2009-11-24 Thread Andrew Schulman
} but as the notice (it's just a notice) tells you don't do it if there are still 0.24.x clients around. Thanks. That's correct. It seems that the documentation needs to be updated to explain this. Andrew. The wiki is open sand editable all you need to do is sign-up for an account. Done: http

Re: [Puppet Users] are read-only type attributes usable?

2009-11-24 Thread Andrew Schulman
that in the docs. Thanks, Andrew. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options

Re: [Puppet Users] are read-only type attributes usable?

2009-11-24 Thread Andrew Schulman
On Thu, Nov 19, 2009 at 11:52 AM, Andrew Schulman google-groups-and...@sneakemail.com wrote: The Type Reference lists 8 read-only type attributes, but I can't find any information in the documentation about how to use them. Are they usable, and if so how? Here's my #1 example

Re: [Puppet Users] are read-only type attributes usable?

2009-11-24 Thread Andrew Schulman
Andrew Schulman wrote: that doesnt exactly work as you described it. As a feature, if you set up default mode as 644, puppet assumes that you want 755 on dirs and not 644. I've tested this and it's true, so I've added an explanation of it in the docs. It's pretty important to know

Re: [Puppet Users] are read-only type attributes usable?

2009-11-25 Thread Andrew Schulman
, Andrew. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group

[Puppet Users] Module Documentation Standards page is broken

2009-11-29 Thread Andrew Schulman
At http://reductivelabs.com/trac/puppet/wiki/ModuleDocumentationStandards, I see Error: Failed to load processor redirect No macro or processor named 'redirect' found Thanks, Andrew. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post

Re: [Puppet Users] Module Documentation Standards page is broken

2009-11-29 Thread Andrew Schulman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Schulman wrote: At http://reductivelabs.com/trac/puppet/wiki/ModuleDocumentationStandards, I see Error: Failed to load processor redirect No macro or processor named 'redirect' found That page just redirected

[Puppet Users] module proposal: ssh::authkey

2009-11-30 Thread Andrew Schulman
have the rights to create a page. Thanks, Andrew. Documentation excerpt (draft): ssh::authkey Description --- ssh\::authkey provides centralized creation, distribution, and revocation of ssh key pairs for users. There are three types of hosts involved

[Puppet Users] Module Organization page: missing piece

2009-12-01 Thread Andrew Schulman
/puppet/wiki/ModuleOrganisation?action=diffversion=39old_version=38 , and that whatever #2 is, it was never added to the page. James, do you recall what #2 is? I could take a crack at adding an explanation to the page, if I know what it is... Thanks, Andrew. -- You received this message because

Re: [Puppet Users] Module Organization page: missing piece

2009-12-01 Thread Andrew Schulman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Schulman wrote: At http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation, the Configuration section says There are only two items that can be configured for modules: and then only lists #1. There's no #2! It appears

[Puppet Users] Re: Want to add AIX lpars as Puppet targets (clients)

2009-12-02 Thread Andrew Forgue
can distribute with your recipes. -Andrew On Dec 1, 3:37 pm, JoeZ_aix joez...@hotmail.com wrote: Can anyone point out some AIX specific downloads for Puppet AIX - rpms, source, etc - also any docs??? Thanks -- You received this message because you are subscribed to the Google Groups Puppet

[Puppet Users] /wiki/TypeReference is slow/timing out

2009-12-02 Thread Andrew Schulman
. If that is the case, then I have a suggestion to alleviate the problem: move the nagios_* types onto a separate page. For those of us who don't use Nagios, those types are a giant lump in the middle of a very long page. Thanks, Andrew. -- You received this message because you are subscribed

Re: [Puppet Users] /wiki/TypeReference is slow/timing out

2009-12-02 Thread Andrew Schulman
It takes a really long time for http://reductivelabs.com/trac/puppet/wiki/TypeReference to render. I've noticed it for a while, but today for the first time it actually timed out on me. We're in the process of moving these pages to a static, external format, based on

Re: [Puppet Users] /wiki/TypeReference is slow/timing out

2009-12-02 Thread Andrew Schulman
If someone wants to edit those docs for now to do exactly that, that might be a good interim step, while we're waiting for Bruce's work to come through. OK. If there's no objection I'll do it. I've done it: http://reductivelabs.com/trac/puppet/wiki/TypeReference

[Puppet Users] add a wiki page?

2009-12-04 Thread Andrew Schulman
, Andrew. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group

  1   2   3   >