[Puppet Users] puppet client can't get certificate

2012-10-04 Thread mike sonero
Hi All, I apologize for what I'm sure is a very boneheaded question, but I'm stuck. I have a number of puppet agents all talking to the same master. Things worked great until at some point one of the agents stopped talking to the master - I'm not sure why that happened. I decided to wipe it

[Puppet Users] Could not load downloaded file /var/lib/puppet/lib/puppet/parser/functions/upcase.rb: Function upcase already defined

2012-10-04 Thread nan
Hi Guys, I'ts my first time join this group and post a topic here. I recently encounter a quite strange issue in our production puppet env. I have a VM installed a puppet agent(v 2.7.6) which works well before the master installed. After i installed a puppet master(v 2.7.11) with gem it reports

Re: [Puppet Users] Testing exported resources

2012-10-04 Thread David Schmitt
On 03.10.2012 17:01, Pete wrote: Hello, Is there any way to test if a resources has been exported (without realising it)? The reason being - I don't want to realise a nagios_service that's associated with a nagios_hostgroup until at least one nagios_host belonging to that hostgroup exists (othe

Re: [Puppet Users] Puppet 3.0.0 and Augeas on Ubuntu Lucid 10.04

2012-10-04 Thread Paul Tötterman
Hi Eric, Thank you. I filled in some more detail, and started following the bug. Let's continue there. Cheers, Paul On Thursday, October 4, 2012 4:01:28 AM UTC+3, Eric Sorenson wrote: > > Hi Paul, I created a ticket to track this issue, thanks for posting the > trace output and manifest. > > h

Re: [Puppet Users] Puppet Forge Happenings

2012-10-04 Thread Mister Guru
On 3 October 2012 22:26, llowder wrote: > > > On Wednesday, October 3, 2012 4:40:59 AM UTC-5, Mister Guru wrote: >> >> >> On 3 Oct 2012, at 03:35, Ryan Coleman wrote: >> >> > Hello, >> > >> > If you weren't at PuppetConf or didn't catch my talk, here's a quick >> > recap. I'm product owner for th

Re: [Puppet Users] Re: puppet 3.0 with passenger

2012-10-04 Thread Antidot SAS
Hi I have filled out the ticket, let me know if something is missing. Regards, JM On Thu, Oct 4, 2012 at 1:07 AM, Eric Sorenson wrote: > Hi JM, this sounds like a real problem that was probably introduced with > our code to start warning on certificates close to their expiration dates. > > (#796

[Puppet Users] Puppet 3.0 + Inventory search

2012-10-04 Thread Nathan Flynn
Hello, I am having problems with Puppet since upgrading to 3.0.0. When I call an inventory search I get a Error 400. I have used dashboard + Perl Oct 4 08:58:43 puppet01 puppet-master[7008]: Handling request: GET /production/facts_search/search?facts.lsbdistcodename.eq=lenny Oct 4 08:58:43 p

[Puppet Users] Re: Operating system conflict?

2012-10-04 Thread Mike
Thanks for your answer. I think I've found my problem I had an include in the ubuntu base.pp modules/ubuntu-common/manifests/base.pp: include ubuntu-something class ubuntu-common::base { file { "/etc/openntpd/ntpd.conf": ensure => file, owner => root, group => root, mode

[Puppet Users] Re: Puppet 3 docs are live

2012-10-04 Thread Stefan Heijmans
http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#puppet-master-web-server-changes >>This needs to be changed to Puppet::Util::CommandLine but also the require seems to have changed from require 'puppet/application/master' to require 'puppet/util/command_line' Op donderdag 4 o

[Puppet Users] Can Puppet interact with perl script user input fields?

2012-10-04 Thread Jon Skarpeteig
I'm trying to automate deployment of centrify-samba, which has a adbindproxy.pl setup script attached. This script expects user input (where 9 out of 10 options can be defaulted). Is there any way for Puppet to preconfigure the inputs for this scripts, and mimic user behavior by supplying this info

[Puppet Users] Re: Puppet 2.7, hiera 1.0 and hiera as an ENC

2012-10-04 Thread Guillem Liarte
John, Many thanks for your long reply, it is much appreciated. You have assured me in teh conclusions and course of action and i am glad that my appreciation of teh problem I have was not so far from the reality. Thanks again. Guillem On Wednesday, 26 September 2012 16:52:19 UTC+1, Guillem

Re: [Puppet Users] Re: activerecord and puppet-3.0.0

2012-10-04 Thread Jonathan Gazeley
Hi Eric, Thanks for your attention on this. Right now I'm not able to run any tests on my puppet master because we were forced to roll it back to 2.7 to restore service. I work at a university, this week is freshers' week and we totally need our config management to work at this busy time!

Re: [Puppet Users] Can Puppet interact with perl script user input fields?

2012-10-04 Thread Guzman Braso
Hi, Please, be warn that I'm not a puppet guru, and very likely what I'm going to tell you it's not recommended at all. I've deal with the same issue with fdisk because sfdisk did not allow me to do some stuff and needed to align some extra ssd drives from puppet. exec { "run_abindproxy.pl": l

[Puppet Users] Re: RHEL 5: Stuck on Puppet 2.7

2012-10-04 Thread jcbollinger
On Wednesday, October 3, 2012 8:19:59 AM UTC-5, Ygor wrote: > > [...] > 1:rubygem-passenger-native-libs-3.0.12-1.el5.centos_1.8.5.x86_64 from > installed has depsolving problems > --> Missing Dependency: ruby = 1.8.5 is needed by package > 1:rubygem-passenger-native-libs-3.0.12-1.el5.centos_

[Puppet Users] Re: Operating system conflict?

2012-10-04 Thread jcbollinger
On Thursday, October 4, 2012 4:00:53 AM UTC-5, Mike wrote: > > Thanks for your answer. > > I think I've found my problem > > I had an include in the ubuntu base.pp > modules/ubuntu-common/manifests/base.pp: > > include ubuntu-something > > class ubuntu-common::base { > file { "/etc/openntpd/n

[Puppet Users] Re: Puppet 3.0 + Inventory search

2012-10-04 Thread Nathan Flynn
Error from puppet master trace; Oct 4 13:51:42 puppet01 puppet-master[1893]: Handling request: GET /production/facts_search/search?facts.lsbdistcodename.eq=lenny Oct 4 13:51:42 puppet01 puppet-master[1893]: header too long Oct 4 13:51:42 puppet01 puppet-master[1893]: /usr/lib/ruby/vendor_ruby

[Puppet Users] Re: anchor pattern and class containment status

2012-10-04 Thread jcbollinger
On Wednesday, October 3, 2012 4:59:58 PM UTC-5, Tim Mooney wrote: > > > All- > > We're currently using puppet 2.7.14 on master and all clients. > > I thought I understood why 'anchor' is part of stdlib, but after > re-reading both > > > http://projects.puppetlabs.com/projects/puppet

Re: [Puppet Users] Puppet 3 killed my environment variables

2012-10-04 Thread jcbollinger
On Wednesday, October 3, 2012 8:11:55 AM UTC-5, Daniele Sluijters wrote: > > Hi, > > Sorry, I got confused between two things. It's not the actual Exec type. > it's when a provider executes a command that the environment cannot be set. > > Puppet's guts have code for setting a custom environment

Re: [Puppet Users] Re: activerecord and puppet-3.0.0

2012-10-04 Thread Jonathan Gazeley
I managed to set up a fresh virtual machine with puppet 3 on it. Using the same server config and certs and a demo puppet 3 client, the system worked. So I wasn't able to run any debugging. Therefore, I am forced to conclude that the problem lies not with puppet 3 itself, but probably with som

[Puppet Users] puppetlabs code repositories and issues integration

2012-10-04 Thread Shantanu
I was wondering if it's possible to cross-reference a puppetlabs module code on github while creating an issue or discussion on puppetlabs projects site. It would be helpful if users could cross-reference code on the project site or puppetlabs github repositories have issues enabled. Thanks, S

Re: [Puppet Users] puppetlabs code repositories and issues integration

2012-10-04 Thread Ryan Coleman
Hi Shantanu, I don't quite understand what you're asking for. Could you elaborate? It sounds like you're looking for more than just pasting a URL into the branch field of a ticket on our projects site. I have been toying with the idea of enabling GitHub issues for some of the Puppet Labs modules.

Re: [Puppet Users] anchor pattern and class containment status

2012-10-04 Thread Ryan Coleman
On Wed, Oct 3, 2012 at 2:57 PM, Tim Mooney wrote: > I thought I understood why 'anchor' is part of stdlib, but after > re-reading both I suspect Dan & John have covered this well enough for you but I wanted to point out a nice piece of the Puppet reference manual that covers this. http://docs.pu

[Puppet Users] environment set by client issues on nodes running 3.0.0

2012-10-04 Thread Matthew Nicholson
So, we use dynamic environments based off of git branches. Thus, for the 3.0 upgrade, i've got a puppet3 branch. So far, on the change in there is to have nodes running from it upgrade to puppet 3.0.0, so, I can take a node, and do: puppet agent --test --environment=puppet3 and this will install

[Puppet Users] Re: Operating system conflict?

2012-10-04 Thread Mike
Thank you for your help John. I was expecting top level declaration may cause problems, and tried to avoid it even before my problem raised, but didn't realize I did such one ;-) On Thursday, October 4, 2012 3:23:32 PM UTC+2, jcbollinger wrote: > > > > On Thursday, October 4, 2012 4:00:53 AM UT

Re: [Puppet Users] Re: activerecord and puppet-3.0.0

2012-10-04 Thread Andy Parker
I encountered this issue yesterday when trying to reproduce another issue. I discovered that you need to be using activerecord 3.0.11. Later versions don't seem to work (error with a "stack too deep") and earlier versions don't seem to work (error with "uninitialized constant ActiveRecord"). On Th

Re: [Puppet Users] environment set by client issues on nodes running 3.0.0

2012-10-04 Thread Jeff McCune
On Thu, Oct 4, 2012 at 8:46 AM, Matthew Nicholson wrote: > So, we use dynamic environments based off of git branches. Thus, for > the 3.0 upgrade, i've got a puppet3 branch. So far, on the change in > there is to have nodes running from it upgrade to puppet 3.0.0, > > so, I can take a node, and do

Re: [Puppet Users] Puppet 3 killed my environment variables

2012-10-04 Thread Andy Parker
On Thu, Oct 4, 2012 at 7:24 AM, jcbollinger wrote: > > > Puppet's guts have code for setting a custom environment for commands, but > the 'command' and 'commands' functions don't provide an interface to it. > I'm working from the code here, not actual experience, but it looks like you > can use th

Re: [Puppet Users] environment set by client issues on nodes running 3.0.0

2012-10-04 Thread Matthew Nicholson
correct, no enc, just nodes.pp (node_terminus=plain)(ugh, yes, i know). previously had the following in puppet.conf on our master(s): environment = production manifest = /etc/puppet/environments/$environment/manifests/site.pp modulepath=/etc/puppet/environments/$environment/modules so things wo

Re: [Puppet Users] Puppet 3 killed my environment variables

2012-10-04 Thread Jeff McCune
On Wed, Oct 3, 2012 at 5:45 AM, Daniele Sluijters wrote: > Hello, > > In Puppet 3 Puppet does its absolute best to make sure $HOME, $USER and > $LOGNAME environment variables are unset and nowhere to be found. I realise > this change was necessary because it caused some weird start-up issues with

Re: [Puppet Users] anchor pattern and class containment status

2012-10-04 Thread Tim Mooney
In regard to: Re: [Puppet Users] anchor pattern and class containment...: On Wed, Oct 3, 2012 at 2:57 PM, Tim Mooney wrote: All- We're currently using puppet 2.7.14 on master and all clients. I thought I understood why 'anchor' is part of stdlib, but after re-reading both http://p

Re: [Puppet Users] Puppet 3.0 + Inventory search

2012-10-04 Thread Jeff McCune
On Thu, Oct 4, 2012 at 2:00 AM, Nathan Flynn wrote: > Hello, > > I am having problems with Puppet since upgrading to 3.0.0. I'm sorry to hear you're running into issues with 3.0.0. > When I call an inventory search I get a Error 400. I have used dashboard + > Perl I'd like to try and reproduce

Re: [Puppet Users] Re: activerecord and puppet-3.0.0

2012-10-04 Thread Joe Hillenbrand
Installing 3.0.11 (and removing all the old versions manually, fucking ruby gems!) didn't help for me: ~$ sudo gem list *** LOCAL GEMS *** activemodel (3.0.11) activerecord (3.0.11) activesupport (3.0.11) arel (2.0.10) bigdecimal (1.1.0) builder (2.1.2) bundler (1.1.5) charlock_holmes (0.6.8) i1

Re: [Puppet Users] Puppet 3.0 + Inventory search

2012-10-04 Thread Justin Stoller
Are you using +ExportCertData in your configuration? Have a look at: http://projects.puppetlabs.com/issues/16769 and let us know if you think this is what is affecting you. HTH, Justin On Thu, Oct 4, 2012 at 9:47 AM, Jeff McCune wrote: > On Thu, Oct 4, 2012 at 2:00 AM, Nathan Flynn wrote: >>

[Puppet Users] Re: Puppet 3.0 + Inventory search

2012-10-04 Thread Nathan Flynn
Ah thank you. Yes it appear I am hit with bug 16769. I did see the bug but thought it was not related as puppet ca seemed to be working, only the inventory search functions seem to be affected. Disabling "+ExportCertData" has resolved the problem. Looking forward to 3.0.1. On Thursday, 4 Oc

Re: [Puppet Users] Puppet 3.0: Not authorized to call find on /file_metadata, more issues?

2012-10-04 Thread Forrie
Jeff, Thanks for the reply. This is the first Puppet distribution that I've upgraded to that required a lot of manual changes. But that comes with the territory :-) What I think would be very useful is to not only include sample *.conf files, init scripts, and such, but also example usage o

Re: [Puppet Users] environment set by client issues on nodes running 3.0.0

2012-10-04 Thread Matthew Nicholson
File a bug report ? or is this an already tracked issue? On Thu, Oct 4, 2012 at 12:39 PM, Matthew Nicholson wrote: > correct, no enc, just nodes.pp (node_terminus=plain)(ugh, yes, i know). > > previously had the following in puppet.conf on our master(s): > > environment = production > manifest =

Re: [Puppet Users] puppetlabs code repositories and issues integration

2012-10-04 Thread Shantanu
Thanks for the reply Ryan. I am looking for an option that will help discuss code changes effectively by referencing a code snippet or a commit specific file revision in project issues. For example, here is an issueopened in my forked p

[Puppet Users] Re: Puppet caught TERM; calling stop - error

2012-10-04 Thread Will S. G.
One other thing I noticed, /etc/sysconfig/puppet was rewritten with default values on the hosts that are experiencing this issue. I killed the proc, then wrote the values that I use on the working agents, but I continue to get the same error message. Is there anyone else that has seen this? I've

Re: [Puppet Users] anchor pattern and class containment status

2012-10-04 Thread Tim Mooney
In regard to: Re: [Puppet Users] anchor pattern and class containment...: On Wed, Oct 3, 2012 at 2:57 PM, Tim Mooney wrote: I thought I understood why 'anchor' is part of stdlib, but after re-reading both I suspect Dan & John have covered this well enough for you but I wanted to point out a

Re: [Puppet Users] environment set by client issues on nodes running 3.0.0

2012-10-04 Thread Jeff McCune
On Thu, Oct 4, 2012 at 11:12 AM, Matthew Nicholson wrote: > File a bug report ? or is this an already tracked issue? If you could file a bug report and then reply here with the ticket number, that will help tremendously. In the meantime I'm going to start investigating and try to reproduce the i

Re: [Puppet Users] RHEL 5: Stuck on Puppet 2.7

2012-10-04 Thread Jo Rhett
On Oct 4, 2012, at 5:56 AM, jcbollinger wrote: > On Wednesday, October 3, 2012 8:19:59 AM UTC-5, Ygor wrote: > [...] > 1:rubygem-passenger-native-libs-3.0.12-1.el5.centos_1.8.5.x86_64 from > installed has depsolving problems > --> Missing Dependency: ruby = 1.8.5 is needed by package > 1:rubyg

Re: [Puppet Users] Puppet cron job class stamps file with date-time. How?

2012-10-04 Thread Jo Rhett
I would also like to know this. I keep hacking the same text into our templates. If there is a tag we could put in a template to get this output I'd like to know it. On Oct 1, 2012, at 12:05 PM, Brian Dunbar wrote: > New puppet user. I see that the cron class creates a cronjob with a > date-ti

Re: [Puppet Users] Puppet cron job class stamps file with date-time. How?

2012-10-04 Thread Stephen Gran
Hi, On Thu, 2012-10-04 at 12:08 -0700, Jo Rhett wrote: > I would also like to know this. I keep hacking the same text into our > templates. If there is a tag we could put in a template to get this > output I'd like to know it. > Templates can take more than one source of data, so a trivial way

Re: [Puppet Users] Puppet cron job class stamps file with date-time. How?

2012-10-04 Thread Christopher Wood
In this case the text appears to be a hardcode in a couple of providers: $ grep -r managed\ manually `pwd` /usr/lib/ruby/1.8/puppet/provider/parsedfile.rb:# HEADER: by puppet. While it can still be managed manually, it /usr/lib/ruby/1.8/puppet/provider/cron/crontab.rb:# HEADER: While it can stil

Re: [Puppet Users] Re: How to prevent puppet clients from updating to version 3?

2012-10-04 Thread Jeff McCune
On Wed, Oct 3, 2012 at 7:45 AM, llowder wrote: > > > On Wednesday, October 3, 2012 9:37:01 AM UTC-5, Mister Guru wrote: >> >> I'm sending this email to start this thread, feel free to comment as >> appropriate. I'm going to assume that it's going to take a while for most >> people to actually real

Re: [Puppet Users] Puppet cron job class stamps file with date-time. How?

2012-10-04 Thread Jo Rhett
On Oct 4, 2012, at 12:17 PM, Stephen Gran wrote: > Templates can take more than one source of data, so a trivial way to do this > is something like: > > content => template('site/header.erb', $template, 'site/footer.erb'), You know, the inconsistency between source=> and content=> caught me her

Re: [Puppet Users] Puppet cron job class stamps file with date-time. How?

2012-10-04 Thread Jo Rhett
I'm not sure it's that easy. The original question about how to include the date would cause some issues.. If the hiera lookup generated the date each time, the file would be different each time and be overwritten each time, which is probably not desirableable especially if a notify or subscribe

Re: [Puppet Users] Re: How to prevent puppet clients from updating to version 3?

2012-10-04 Thread Jo Rhett
On Oct 4, 2012, at 12:39 PM, Jeff McCune wrote: >> Either just use installed, or a specific version, and then you can upgrade >> when you are ready to. > > Even if you use ensure => installed, newly provisioned nodes will get > the latest available version at the time Puppet first runs, which will

[Puppet Users] Re: Puppet 3 docs are live

2012-10-04 Thread Nick Fagerlund
Ah, and the explicit --confdir is to accommodate a new behavior, too. Will update to be a little more concise and comprehensive. On Thursday, October 4, 2012 2:26:37 AM UTC-7, Stefan Heijmans wrote: > > > http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#puppet-master-web-server-ch

Re: [Puppet Users] Puppet cron job class stamps file with date-time. How?

2012-10-04 Thread Christopher Wood
You may as well port the code from the cron provider into your environment. For the generic string I was thinking of something as simple as "Don't touch this file." On Thu, Oct 04, 2012 at 12:46:09PM -0700, Jo Rhett wrote: >I'm not sure it's that easy. The original question about how to incl

Re: [Puppet Users] Puppet doc no longer producing documentation

2012-10-04 Thread Jeff McCune
On Wed, Oct 3, 2012 at 6:31 AM, Hugh Cole-Baker wrote: > After upgrading to Puppet 3.0.0 it seems that puppet doc is no longer > producing documentation from my modules / manifests. > I have a setup with two environments in > /etc/puppet/environments/[production, testing], and I'm running the > fo

Re: [Puppet Users] Re: How to prevent puppet clients from updating to version 3?

2012-10-04 Thread llowder
On Thursday, October 4, 2012 2:49:03 PM UTC-5, Jo wrote: > > On Oct 4, 2012, at 12:39 PM, Jeff McCune wrote: > > Either just use installed, or a specific version, and then you can upgrade > > when you are ready to. > > > Even if you use ensure => installed, newly provisioned nodes will get > the

[Puppet Users] redmine verification emails not working?

2012-10-04 Thread Matthew Nicholson
been waiting (and checking spam filters) on 2 accounts i've tried to create in redmine for opening an issue, but yet to see any verification emails. thought I'd give you guys the heads up as I'm sure the dev's don't register accounts too often! just eager to open the 3.0 environment issue I'm seei

Re: [Puppet Users] How to prevent puppet clients from updating to version 3?

2012-10-04 Thread Jo Rhett
On Oct 4, 2012, at 1:04 PM, llowder wrote: > On Thursday, October 4, 2012 2:49:03 PM UTC-5, Jo wrote: > On Oct 4, 2012, at 12:39 PM, Jeff McCune wrote: >>> Either just use installed, or a specific version, and then you can upgrade >>> when you are ready to. >> >> Even if you use ensure => installe

[Puppet Users] Announce: Facter 1.6.13 Available

2012-10-04 Thread Moses Mendoza
Facter 1.6.13 is a maintenance release in the 1.6.x branch with bug fixes. Downloads are available at: * Source: https://downloads.puppetlabs.com/facter/facter-1.6.13.tar.gz RPMs are available at https://yum.puppetlabs.com/el or /fedora Rubygem available at http://rubygems.org/gems/facter Debs

RE: [Puppet Users] Re: activerecord and puppet-3.0.0

2012-10-04 Thread Jennings, Jared L CTR USAF AFMC 96 SK/CCI
> I encountered this issue yesterday when trying to reproduce another > issue. I discovered that you need to be using activerecord 3.0.11. > Later versions don't seem to work (error with a "stack too deep") and > earlier versions don't seem to work (error with "uninitialized constant > ActiveRecord

[Puppet Users] Re: redmine verification emails not working?

2012-10-04 Thread Eric Sorenson
Hi Matthew -- I manually activated the 'nichols2' account in redmine, and forwarded your mail to the ops team to see where the emails went. On Thursday, October 4, 2012 1:27:20 PM UTC-7, Matt wrote: > > been waiting (and checking spam filters) on 2 accounts i've tried to > create in redmine for

Re: [Puppet Users] Re: redmine verification emails not working?

2012-10-04 Thread Matthew Nicholson
Thanks! On Thu, Oct 4, 2012 at 4:57 PM, Eric Sorenson wrote: > Hi Matthew -- I manually activated the 'nichols2' account in redmine, and > forwarded your mail to the ops team to see where the emails went. > > > On Thursday, October 4, 2012 1:27:20 PM UTC-7, Matt wrote: >> >> been waiting (and che

Re: [Puppet Users] environment set by client issues on nodes running 3.0.0

2012-10-04 Thread Matthew Nicholson
https://projects.puppetlabs.com/issues/16789 On Thu, Oct 4, 2012 at 2:58 PM, Jeff McCune wrote: > On Thu, Oct 4, 2012 at 11:12 AM, Matthew Nicholson > wrote: >> File a bug report ? or is this an already tracked issue? > > If you could file a bug report and then reply here with the ticket > numbe

Re: [Puppet Users] Puppet cron job class stamps file with date-time. How?

2012-10-04 Thread Stefan Schulte
In case of the cron type it is easy for puppet to savely add a header because puppet knows the purpose of a cronfile and knows that # is treated as a comment. If you use the filetype puppet does not know what your file is for. If you ship a *.tar.gz file you certainly don't want puppet to put a he

[Puppet Users] Re: Need help with dashboad configuration..

2012-10-04 Thread fsalum
I have configured Puppet Dashboard, Inventory Service and Reports correctly but I do agree the Dashboard/Inventory/Reports installation and configuration is very confuse on the site. Any chance Puppetlabs will organize those docs and make they less confuse to follow ? :) On Wednesday, October

[Puppet Users] Re: Hadoop format using puppet

2012-10-04 Thread fsalum
I did my hadoop manifest as below: exec { "Namenode - Format dfs.name.dir": path=> '/usr/bin:/usr/sbin:/bin', command => 'echo "Y" | hadoop namenode -format', user=> 'hdfs', unless => "test -d $dfs_name_dir/image", require => Exec['Namenode - Create dfs.name.dir'],

[Puppet Users] Announce: Hiera 1.1.0 Available

2012-10-04 Thread Moses Mendoza
Hiera 1.1.0 is a release in the 1.x branch with bug fixes and features. Downloads are available at: * Source: https://downloads.puppetlabs.com/hiera/hiera-1.1.0.tar.gz RPMs are available at https://yum.puppetlabs.com/el or /fedora Rubygem available at http://rubygems.org/gems/hiera Debs are av

[Puppet Users] Announce: Puppet Dashboard 1.2.12 Available

2012-10-04 Thread Moses Mendoza
Puppet Dashboard 1.2.12 is a maintenance and bugfix release of Puppet Dashboard. This release is available for download at: https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.12.tar.gz Debian packages are available at https://apt.puppetlabs.com RPM packages are available at https://

Re: [Puppet Users] Announce: Puppet Dashboard 1.2.12 Available

2012-10-04 Thread Walter Heck - OlinData.com
May I ask what the future plans are for Puppet Dashboard? Will there be more feature development? I see that 1.2.0 came out August last year. Together with the fact that it seems like new dashboard development is focused on Puppet Enterprise Console, I'm wondering how the Puppet Dashboard fits in t

Re: [Puppet Users] Puppet warning error messages after upgrading to version 3

2012-10-04 Thread Henrik Lindberg
On 2012-03-10 20:29, Brent Clark wrote: Good day I seem to have a problem whereby, I get the following message when I do a puppet run. Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Could not intern from pson: source '"#http://projects.puppetlabs.com/issu

[Puppet Users] Attention Stockholm/Sweden puppet users

2012-10-04 Thread Henrik Lindberg
On October 24, James Turnbull from Puppetlabs is visiting Stockholm and there will be a meetup at Spotify's office - talks, and opportunity to network with fellow devops people. Details posted here: http://www.meetup.com/DevOps-Stockholm/events/85307662/ Looking forward to seeing you there! Re

Re: [Puppet Users] Testing exported resources

2012-10-04 Thread Peter Brown
I had this issue a few years ago. You can actually define a host_group in nagios without it having any hosts assigned to it. I set the hostgroup in the host definition instead of the hostgroup definition to get around it. On 4 October 2012 01:01, Pete wrote: > Hello, > > Is there any way to test

Re: [Puppet Users] Can Puppet interact with perl script user input fields?

2012-10-04 Thread Peter Brown
It's probably easier in the long run to work out what that script does and replicate those settings in your samba puppet class. On 4 October 2012 19:34, Jon Skarpeteig wrote: > I'm trying to automate deployment of centrify-samba, which has a > adbindproxy.pl setup script attached. This script exp

Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-04 Thread jmadtech
Pure genius! That did it Pete. Thanks so much! On Monday, October 1, 2012 10:03:31 PM UTC-4, Pete wrote: > > Considering the source you have seems to have a version in it already > have you tried it without the version number in the name? > as in > package { "sapnwrfc": > ens

Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-04 Thread Peter Brown
Awesome! Happy to help. On 5 October 2012 13:03, jmadtech wrote: > Pure genius! That did it Pete. > > Thanks so much! > > > On Monday, October 1, 2012 10:03:31 PM UTC-4, Pete wrote: >> >> Considering the source you have seems to have a version in it already >> have you tried it without the vers

[Puppet Users] Re: Can Puppet interact with perl script user input fields?

2012-10-04 Thread Jon Skarpeteig
The script is several thousand lines of code. Definitely not easier than Guzman Braso's suggestion :-) Although I'm surprised that Puppet doesn't have any supported way of shell interaction with scripts? On Oct 5, 4:01 am, Peter Brown wrote: > It's probably easier in the long run to work out wha