Re: [Puppet Users] puppet agent errors for non included module.

2013-06-17 Thread Wolf Noble
Hi JJ, I've seen this happen when class dependencies are placed outside the specific class' scope, ie: # default.pp # # Anchor['my_prereq::end'] - Class['default'] class{ 'default': notice 'default' } I've only seen this occur with anchors, but it's entirely possible it happens with other

[Puppet Users] puppetlabs_spec_helper error on environments: undefined method `invalidate_refreshes='

2013-06-17 Thread René Weber
Hi there, I'm am currently trying to get my puppet running on Version 3.1.1 together with puppetlabs spec helper. I managed to set up all my global modules correctly, including fixtures and specs but I can not manage to implement specs in my environment. Everytime I run 'rake spec' in my

[Puppet Users] Re: New to Puppet bash: command not found

2013-06-17 Thread mdcrawford
Greetings, Earthlings. I just subscribed. I haven't actually tried out Puppet yet, but I just downloaded the Learn Puppet VM. On Saturday, June 15, 2013 9:11:17 AM UTC-7, gfda...@gmail.com wrote: *bash: puppetca: command not found * I get this no matter which command I try to run.

[Puppet Users] Re: Managing (and pinning) package versions with puppet

2013-06-17 Thread Ken Chida
Why not do: package {'foo': ensure = present } This will only ensure that some version of 'foo' is installed. Also, I've found that excessive pinning slows down 'apt-cache policy', which puppet appears to run for each package resource. I've improved puppet runs by an order of magnitude

[Puppet Users] Puppet-dashboard work well but can't see any node

2013-06-17 Thread Rajat Patel
https://lh6.googleusercontent.com/--4S0yP05lDI/Ub7DBXYaUaI/MEA/mopI5lxNUj8/s1600/Screenshot+from+2013-06-17+04%3A03%3A26.png Hi Guys, We have Cent OS 6.4 server which is puppet master server, its take all mix environment(fedora/redhat/centos/windows). Right now we have add 2 node one

[Puppet Users] The handy Grail of Modules Standards

2013-06-17 Thread Alessandro Franceschi
Dear all, I'd like to submit to the list's attention this post about Puppet Modules Standard naming conventions: http://www.example42.com/?q=The_handy_Grail_of_Modules_Standards and this working draft of a proposal for a version 0.0.1 of them:

[Puppet Users] Re: Managing (and pinning) package versions with puppet

2013-06-17 Thread Rajat Patel
In my opinion the version and/or holdable features should be re-implemented as a new variable, such as: package { 'apache2' ensure = installed, version = '2.0.64', hold = true, } Rajat On Saturday, June 15, 2013 3:36:00 AM UTC+5:30, Andres Olarte wrote: I have an installation that

Re: [Puppet Users] The handy Grail of Modules Standards

2013-06-17 Thread Matthias Saou
Hi, First off... is these some pun I'm not getting, or was it supposed to be Holy Grail? Just wondering :-) Also, when I read Puppet Modules Standard naming conventions, I thought it was just about module names, but it seems to be about parameter naming inside all of the module resources. After

Re: [Puppet Users] ruby issue

2013-06-17 Thread jcbollinger
On Friday, June 14, 2013 9:13:19 PM UTC-5, Michael Stanhke wrote: Puppet Labs doesn't try to replace packages in provided by the upstream OS vendor. Yay! Thank you! PL has no business replacing vendor-supplied OS components. It especially has no business configuring repositories such

Re: [Puppet Users] The handy Grail of Modules Standards

2013-06-17 Thread Alessandro Franceschi
On Monday, June 17, 2013 1:17:45 PM UTC+2, Matthias Saou wrote: Hi, First off... is these some pun I'm not getting, or was it supposed to be Holy Grail? Just wondering :-) It's holy but is also handy, as I think it's just at hands reach. Also, when I read Puppet Modules Standard

[Puppet Users] Re: puppetlabs-apt and package resource dependency

2013-06-17 Thread jcbollinger
On Friday, June 14, 2013 4:02:30 AM UTC-5, n...@clue.co.za wrote: Hi I have only recently started using modules off the forge and running a recent version of Puppet (the majority of our network is still utilising 0.25.4). I spent a significant amount of time ensuring that dependencies

Re: [Puppet Users] ruby issue

2013-06-17 Thread Stuart Cracraft
Don't replace them. Just PROVIDE them. One-stop shop for yum downloads for non PE people. The analogy is PE Enterprise for the normal rank-and-file. What you like to call the Collective... On Jun 17, 2013, at 10:27 AM, jcbollinger john.bollin...@stjude.org wrote: On Friday, June 14,

Re: [Puppet Users] Issue installing on RHEL 6 (2.6.32-358.2.1.el6.x86_64)

2013-06-17 Thread Kenneth Edgar
We do use Satellite and this server is subscribed to 64bit repos. I found I was using the incorrect puppet labs repo, and installed the following one instead... however I still have the same issue. http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-7.noarch.rpm What I found

[Puppet Users] Re: Managing (and pinning) package versions with puppet

2013-06-17 Thread jcbollinger
On Monday, June 17, 2013 5:05:41 AM UTC-5, Rajat Patel wrote: In my opinion the version and/or holdable features should be re-implemented as a new variable, such as: package { 'apache2' ensure = installed, version = '2.0.64', hold = true, } Would you care to comment on why

[Puppet Users] Puppet dashboard on FreeBSD 9

2013-06-17 Thread Ivailo Tanusheff
Hi, I am trying to install puppet-dashboard on FreeBSD 9, but with no success. The link on their site: http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html make me no good and is almost useless. Can someone provide some knowledge or how to do this? Or I have to give up on that?

Re: [Puppet Users] puppet agent errors for non included module.

2013-06-17 Thread jcbollinger
On Monday, June 17, 2013 2:12:35 AM UTC-5, Wolf Noble wrote: Hi JJ, I've seen this happen when class dependencies are placed outside the specific class' scope, ie: # default.pp # # Anchor['my_prereq::end'] - Class['default'] class{ 'default': notice 'default' } It is incorrect

[Puppet Users] Re: Accessing other parts of the Hiera tree

2013-06-17 Thread jcbollinger
On Monday, June 17, 2013 12:28:18 AM UTC-5, Robin Powell wrote: This seems to come up for me a lot. As an example, my Hiera data includes both hypervisors and the VMs that they contain. It would be very useful to have the VMs say I'm a VM on host X and, in templates in host X, be able

[Puppet Users] Re: puppetlabs_spec_helper error on environments: undefined method `invalidate_refreshes='

2013-06-17 Thread Trung Nguyen
I am getting the same exact error. My puppet version is 3.2.1. The weird thing is that, my other nodes running on different version of puppet did not experience this error. This is a new node running on VMWare Centos system. Anyone has any idea? On Monday, June 17, 2013 1:36:17 AM UTC-7, René

Re: [Puppet Users] Puppet Windows package not seeing DisplayName in Registry?

2013-06-17 Thread Adnan Chowdhury
I don't foresee any bad side-effects. On Sat, Jun 15, 2013 at 1:48 AM, Josh Cooper j...@puppetlabs.com wrote: On Thursday, June 13, 2013, Reginald Choudari wrote: On Wednesday, June 12, 2013 5:23:50 PM UTC-4, Josh Cooper wrote: On Wed, Jun 12, 2013 at 12:51 PM, Reginald Choudari

Re: [Puppet Users] Puppet Windows package not seeing DisplayName in Registry?

2013-06-17 Thread Kevin D
Josh, You mentioned: Unfortunately, Windows does not have an API for retrieving installed packages. Does this include the WMI class Win32_Producthttp://msdn.microsoft.com/en-us/library/windows/desktop/aa394378%28v=vs.85%29.aspx? Win32_product provides a limited set of information about

Re: [Puppet Users] Puppet Windows package not seeing DisplayName in Registry?

2013-06-17 Thread Josh Cooper
On Mon, Jun 17, 2013 at 12:05 PM, Kevin D kevin.dimic...@pearson.comwrote: Josh, You mentioned: Unfortunately, Windows does not have an API for retrieving installed packages. Does this include the WMI class

[Puppet Users] Puppet Management with Dual Boot Workstation

2013-06-17 Thread Neil M
Hi everyone, I'm trying to figure out what is the best way to handle a single system that dual boots with a puppet client running in each. In this case we are talking about Ubuntu 12.04 and Windows 8. Should I just copy the certificate from one OS to the other? Should I have a different

Re: [Puppet Users] Puppet 3.1.1 Windows crashes

2013-06-17 Thread Josh Cooper
On Fri, Jun 14, 2013 at 10:59 PM, Josh Cooper j...@puppetlabs.com wrote: On Tuesday, June 11, 2013, Michael O'Dea wrote: Sorry for the long delay - since I'd mitigated I moved on to other things. Thanks for the quick fix. Deploying servers is no simple process in my environment so I

Re: [Puppet Users] Re: Accessing other parts of the Hiera tree

2013-06-17 Thread Robin Lee Powell
[snipped heavily, hopefully nothing important] On Mon, Jun 17, 2013 at 09:48:48AM -0700, jcbollinger wrote: On Monday, June 17, 2013 12:28:18 AM UTC-5, Robin Powell wrote: Doing this via storeconfigs rather defeats the purpose of my Hiera tree, which is to be the single source of truth.