Re: [Puppet Users] Re: Puppet 'node data' when using common node_names?

2014-08-22 Thread Wil Cooley
On Aug 22, 2014 7:37 AM, "Matt W" wrote: > > Anyone have any thoughts on this? > I have to say, using an identical node name as a way of assigning the node's role is an "interesting" approach. I would not be surprised if you run into other difficulties with this approach; some even harder to find

Re: [Puppet Users] SOLVED ? Re: ERROR: Could not evaluate: Could not retrieve information from environment production source(s)

2014-08-22 Thread Trevor Vaughan
Just for anyone that's having this issue in the future. Add the directory 'facts.d' to one of your modules. /etc/puppet/modules/foo/facts.d Trevor On Wed, Jun 25, 2014 at 8:11 AM, wrote: > This problem disappear without know reason > So Ignore my question. > > On Wednesday, June 25, 2014

Re: [Puppet Users] Cisco: No error, but no Applying

2014-08-22 Thread Nan Liu
On Fri, Aug 22, 2014 at 12:10 PM, Nathan Brito wrote: > I'm trying to apply settings on a Cisco Catalyst 2960S through the puppet, > but I can not. > > When I give the "device #puppet verbose" command, the puppet does not > return me error but does not apply the manifest. > > > *Follows the retur

Re: [Puppet Users] Puppet on Windows running in no daemon mode...how to handle required reboots?

2014-08-22 Thread Rob Reynolds
On Fri, Aug 22, 2014 at 10:38 AM, Charlie Baum wrote: > Running Puppet on Windows 2008r2 and 2012 in no daemon mode for a few > applications. Issue we are having is some tools/apps such as .net 4.5 and > some MSI files we are installing require a reboot. In no daemon mode, when > the system reb

[Puppet Users] Cisco: No error, but no Applying

2014-08-22 Thread Nathan Brito
I'm trying to apply settings on a Cisco Catalyst 2960S through the puppet, but I can not. When I give the "device #puppet verbose" command, the puppet does not return me error but does not apply the manifest. *Follows the return of the command:* #puppet device --verbose > Info: starting app

[Puppet Users] Puppet on Windows running in no daemon mode...how to handle required reboots?

2014-08-22 Thread Charlie Baum
Running Puppet on Windows 2008r2 and 2012 in no daemon mode for a few applications. Issue we are having is some tools/apps such as .net 4.5 and some MSI files we are installing require a reboot. In no daemon mode, when the system reboots and comes back up the puppet recipe doesn't continue wh

[Puppet Users] Re: Confused Puppet Manifest ... Possible caching issue?

2014-08-22 Thread Matt W
Even with the caching disabled, I think we ran into this again. Can one of the puppet-devs chime in here and let me know what might be going on? On Thursday, August 14, 2014 10:25:06 AM UTC-7, Matt W wrote: > > I've got a pretty strange issue here. Imagine we have two servers... > *ServerA* and

[Puppet Users] Re: Puppet 'node data' when using common node_names?

2014-08-22 Thread Matt W
Anyone have any thoughts on this? On Thursday, August 14, 2014 10:39:16 AM UTC-7, Matt W wrote: > > We noticed that our puppet reports and our puppet node data stored on our > puppet servers is always written out in the form of the 'node name'. So > when we use a node name like 'prod_webserver'

[Puppet Users] Re: Could not set 'file on ensure: undefined method `&' for "760"

2014-08-22 Thread Michael Wörz
Hello, i could narrow this down a little bit `&' for "760":String stands for the file permissions declared as mode => '0760', so there must be a problem when setting file permissions. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To uns

Re: [Puppet Users] Script to track orphaned resources

2014-08-22 Thread Martin Langhoff
For context... Our puppet setup is complex, with many behaviors controlled by facter facts, in part controlled by a .INI file that support personnel can edit. We manage thousands of VMs. So unit tests are interesting but offer very limited coverage. Tracking orphans on live nodes is much more comp

[Puppet Users] agent needs to get info from another agent (dependency)

2014-08-22 Thread Sai Kothapalle
Hi, Here is my unique case. I have a speech search application for which the standard installation is to install the application components on 3 nodes or agents. The components have the following depency - Agent 1 needs hostname of agent 2 and agent 3 which is written into a config fi

[Puppet Users] Could not set 'file on ensure: undefined method `&' for "760"

2014-08-22 Thread Michael Wörz
Hello, i have a error that occurs randomly on my Suse 11.3 boxes with puppet agent 2.6.18 err: /Stage[main]/Staging::Register/File[/tmp/registersmt.sh]/ensure: change from absent to file failed: Could not set 'file on ensure: undefined method `&' for "760":String at /etc/puppet/environments/te

Re: [Puppet Users] Re: Install local rpm with puppet

2014-08-22 Thread Yanis Guenane
Hi Juliano, >> package epel-release-7-0.2.noarch.rpm is already installed You are using -ivh, so if package is already installed it will fail. Which is apparently the case. You should use -Uvh, (U for upgrade) meaning in case the package you try to install is more recent that the one that is inst

[Puppet Users] Error 406 while communicating with puppet on port 443

2014-08-22 Thread Ed Lima
I'm using puppet enterprise 3.3.1 and all my nodes/master are running on Ubuntu 14.04.1. This is my puppet.conf: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > *root@puppet:~# cat /etc/puppetlabs/puppet/puppet.conf[main] certname = > puppet.openstacklocal dns_alt_names = puppet,pup