Re: [Puppet Users] sharing a storeconfigs db between masters (across versions)

2012-10-01 Thread David Schmitt
On 01.10.2012 23:11, Gabriel Filion wrote: On 2012-09-29 16:42, Gabriel Filion wrote: From what I understand of storeconfigs, it is possible to plug both puppetmasters on the same MySQL db. Are there any possibilities of issues with having two puppetmasters with *different versions* hit on the

Re: [Puppet Users] Storing ssh passphrase

2012-10-01 Thread David Schmitt
On 01.10.2012 21:37, guilherme reis wrote: Hello everybody, There's a way to asks to user which is the ssh key passphrase ? I'm provisioning to a vagrant machine, i've copied my ssh keys but i'm not allowed to git clone or do other stuff via puppet because the passphrase it's not "remembered"

Re: [Puppet Users] Re: custom type in ruby - "invalid resource type at .../site.pp"

2012-10-01 Thread Axel Bock
Hi John, now you really have me confused. I have a module with a custom type. Now I have a client (it should not matter whether it's the same machine or not, right?). I followed the steps of the puppet documentation (http://is.gd/3Bkzsx). Now I expect the type to be synched (which it is) and u

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

2012-10-01 Thread Matthaus Owens
Oh, sorry, you mention that you already found that changelog entry. I misread that part. On Mon, Oct 1, 2012 at 10:27 PM, Matthaus Owens wrote: > In Puppet 3.x, allow directives are limited to hostnames, if you wish > to allow an ip address, the allow_ip directive should be used. This > was in re

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

2012-10-01 Thread Matthaus Owens
In Puppet 3.x, allow directives are limited to hostnames, if you wish to allow an ip address, the allow_ip directive should be used. This was in response to CVE-2012-3408 (http://puppetlabs.com/security/cve/cve-2012-3408/). On Mon, Oct 1, 2012 at 5:48 PM, Forrie wrote: > I've seen mention of this

Re: [Puppet Users] Re: PuppetConf speakers contact info

2012-10-01 Thread Tim Sharpe
Many of the speakers also put their slides on Speakerdeck and most people include an email address and/or twitter handle in their slides. Just another option. Googling for their names might also return some results. Another option. On Monday, 1 October 2012 at 2:15 PM, windowsrefund wrote:

[Puppet Users] Removing intermediate variables in calculation

2012-10-01 Thread Amos Shapira
Hello, I have a small Puppet 2.7 module to configure Sonatype Nexus Professional. The module takes, among other things, a baseurl in the form of "http://example.com/path"; and I'd like it to extract the "/path" from that variable into a separate variable IF an optional "path" variable haven't

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

2012-10-01 Thread Forrie
I've seen mention of this error in several places, with different causes. So before I posted here, I attempted to resolve this on my own. I corrected the change from puppet:///files to puppet:/// in my manifests *.pp files. No changes were made to the auth.conf file, and I did note in the Ch

Re: [Puppet Users] Re: [Puppet-dev] Re: Announce: Puppet 3.0.0 Live

2012-10-01 Thread Jos Backus
Hi Matthaus, On Monday, October 1, 2012 4:25:02 PM UTC-7, Matthaus Litteken wrote: > > The builds of puppet require ruby, but are built with ruby 1.8 (at > least on EL 5 and 6, and Fedora 15 and 16), so > they put all of puppet's lib in the sitelibdir of the ruby they were > built with, so they

Re: [Puppet Users] Speed up file resource on Windows

2012-10-01 Thread Josh Cooper
On Thu, Aug 30, 2012 at 12:28 PM, Josh Cooper wrote: > Hi Roger, > > On Tue, Aug 28, 2012 at 2:59 PM, Roger wrote: >> Puppet is taking about 5 minutes per run on a Windows 2008 R2 server. >> Here's the breakdown: >> >> config_retrieval 1.638 >> exec 1.0764 >> file 320.1297 >> Total 322.8441 >> >>

[Puppet Users] Re: [Puppet-dev] Re: Announce: Puppet 3.0.0 Live

2012-10-01 Thread Jos Backus
Hi Jeff, On Monday, October 1, 2012 4:14:05 PM UTC-7, Jeff McCune wrote: > > On Mon, Oct 1, 2012 at 2:44 PM, Jos Backus > > wrote: > > Hi, > > > > Any chance we will see Ruby 1.9-compatible RPMs for Puppet 3.0.0 and > Facter > > 2.0.0 soon? > > Jos, > > We're currently building and maintai

Re: [Puppet Users] Puppet/Passenger :: Could not retrieve catalog from remote server:Error 403 on server

2012-10-01 Thread Lunixer
I don't think this is trivial. If it were, I would have already found the problem by looking at the obvious things. What I have seen from several posts is that there's other error similar to the one I've seen. I even came across a bug report filed a while back with the same error I see, but I lo

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

2012-10-01 Thread Matthaus Owens
If there were a standard shared location, that would be an option. Debian has moved along those lines (a shared vendor_ruby that both ruby 1.8 and ruby 1.9 load from), but for EL and Fedora currently, that doesn't exist. And without knowing which ruby 1.9 is being built against, it is impossible to

Re: [Puppet Users] Puppet 3.0 fails install on Solaris 10 w/ ruby 1.8.7

2012-10-01 Thread Justin Stoller
On Mon, Oct 1, 2012 at 4:28 PM, Matthaus Owens wrote: > The puppet 3 gem requires hiera, whose latest version requires json, > which can be either json (a c extension), or json_pure (a ruby > implementation). If it is the c extension, make and gcc are required > to build the c components. The mkmf

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

2012-10-01 Thread Jeff McCune
On Mon, Oct 1, 2012 at 1:49 PM, Matthaus Owens wrote: > The builds of puppet require ruby, but are built with ruby 1.8, so > they put all of puppet's lib in the sitelibdir of the ruby they were > built with, so they go in /usr/lib/ruby/site_ruby/1.8 . For EL, we > support whatever ruby distros hav

Re: [Puppet Users] Puppet 3.0 fails install on Solaris 10 w/ ruby 1.8.7

2012-10-01 Thread Matthaus Owens
The puppet 3 gem requires hiera, whose latest version requires json, which can be either json (a c extension), or json_pure (a ruby implementation). If it is the c extension, make and gcc are required to build the c components. The mkmf error usually indicates that make and/or gcc are unavailable.

Re: [Puppet Users] Re: [Puppet-dev] Re: Announce: Puppet 3.0.0 Live

2012-10-01 Thread Matthaus Owens
The builds of puppet require ruby, but are built with ruby 1.8 (at least on EL 5 and 6, and Fedora 15 and 16), so they put all of puppet's lib in the sitelibdir of the ruby they were built with, so they go in /usr/lib/ruby/site_ruby/1.8 . For EL, we support whatever ruby distros have available and

[Puppet Users] Puppet 3.0 fails install on Solaris 10 w/ ruby 1.8.7

2012-10-01 Thread Forrie
There's a problem installing puppet on Solaris 10 -- in this situation, we aren't really doing anything with puppet there. The version we're using is: ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-solaris2.9] Here's the first error: # gem update puppet > > Updating installed gems > > Updating p

[Puppet Users] Re: [Puppet-dev] Re: Announce: Puppet 3.0.0 Live

2012-10-01 Thread Jeff McCune
On Mon, Oct 1, 2012 at 2:44 PM, Jos Backus wrote: > Hi, > > Any chance we will see Ruby 1.9-compatible RPMs for Puppet 3.0.0 and Facter > 2.0.0 soon? Jos, We're currently building and maintaining our own ruby 1.8.7 packages and the Puppet and Facter RPM's depend on these. What Ruby 1.9 packages

Re: [Puppet Users] Re: More Puppet 3.0 upgrade issues: rest.rb and runinterval ?

2012-10-01 Thread Jeff McCune
This is definitely a bug in 3.0.0. I've filed http://projects.puppetlabs.com/issues/16676 to track it. Please update with any additional information you may have. Thanks, -Jeff On Mon, Oct 1, 2012 at 2:07 PM, Forrie wrote: > I fixed the problem. Seems puppet isn't smart enough to parse out a h

[Puppet Users] Re: Force yum to remove a package?

2012-10-01 Thread jcbollinger
On Monday, October 1, 2012 3:02:48 PM UTC-5, Duncan Hutty wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I want puppet to manage some packages. On CentOS, puppet correctly > uses the yum provider to manage rpms. Normally I can do: > > package { ...: > ensure => present > }

[Puppet Users] Re: how to stop puppet from checking a service

2012-10-01 Thread jcbollinger
On Monday, October 1, 2012 3:56:42 PM UTC-5, Darin Perusich wrote: > > Is there an way for puppet to not check whether a service is running > or not? I'm basically looking for the equivalent of enable => manual > for Linux systems, I think. This would be useful when the service > itself is und

[Puppet Users] Re: Announce: Puppet 3.0.0 Live

2012-10-01 Thread Jos Backus
Hi, Any chance we will see Ruby 1.9-compatible RPMs for Puppet 3.0.0 and Facter 2.0.0 soon? Thanks, Jos -- 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/-/0

Re: [Puppet Users] Re: More Puppet 3.0 upgrade issues: rest.rb and runinterval ?

2012-10-01 Thread Branan Purvine-Riley
On Mon, Oct 1, 2012 at 2:07 PM, Forrie wrote: > I fixed the problem. Seems puppet isn't smart enough to parse out a hash > comment at the end of the line... that should be fixed. So, changing it > from > > runinterval = 900 # 15 mins" to: > > # 15 mins > runinterval = 900 > > fixed the problem.

Re: [Puppet Users] Re: PuppetConf speakers contact info

2012-10-01 Thread windowsrefund
> > Where did you have in mind for me sending that template? > > I don't know... maybe this list? -- 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/-/

Re: [Puppet Users] sharing a storeconfigs db between masters (across versions)

2012-10-01 Thread Gabriel Filion
On 2012-09-29 16:42, Gabriel Filion wrote: > From what I understand of storeconfigs, it is possible to plug both > puppetmasters on the same MySQL db. Are there any possibilities of > issues with having two puppetmasters with *different versions* hit on > the same db ? FYI I ran a test run and got

[Puppet Users] Re: More Puppet 3.0 upgrade issues: rest.rb and runinterval ?

2012-10-01 Thread Forrie
I fixed the problem. Seems puppet isn't smart enough to parse out a hash comment at the end of the line... that should be fixed. So, changing it from runinterval = 900 # 15 mins" to: # 15 mins runinterval = 900 fixed the problem. I'll consider filing a bug report. -- You received this mes

[Puppet Users] More Puppet 3.0 upgrade issues: rest.rb and runinterval ?

2012-10-01 Thread Forrie
The last issue I had was missing init.d scripts and the removed "puppetmaster" in favor of "puppet master". I upgraded back to 3.0, uninstalled the old versions to avoid conflict. Puppet master starts, but the client is choking on this error: Oct 1 16:55:46 central puppet-agent[26980]: Coul

[Puppet Users] how to stop puppet from checking a service

2012-10-01 Thread Darin Perusich
Is there an way for puppet to not check whether a service is running or not? I'm basically looking for the equivalent of enable => manual for Linux systems, I think. This would be useful when the service itself is under the control of a CRM like Pacemaker or I want to give control of the service to

Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-01 Thread jmadtech
The gem is there and installed. I didn't install it by hand, so it did get installed by puppet at some point. I'm assuming it's because the gem source file is local so it has no way to verify the file version versus the installed version. On Monday, October 1, 2012 4:42:46 PM UTC-4, Pete wrot

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

2012-10-01 Thread Matthaus Owens
The builds of puppet require ruby, but are built with ruby 1.8, so they put all of puppet's lib in the sitelibdir of the ruby they were built with, so they go in /usr/lib/ruby/site_ruby/1.8 . For EL, we support whatever ruby distros have available and what is in epel. If there is ever a ruby 1.9 pa

[Puppet Users] Re: [pe-users] Watch PuppetConf remotely

2012-10-01 Thread Michelle Carroll
Hi Stuart, We're working on getting the videos up on our site. We've got a sign-up page to be notified as soon as they're up here: http://info.puppetlabs.com/puppetconf-video-registration.html which is probably the best bet for now. Let me know if you have any other questions. Thanks, Michelle

Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-01 Thread Peter Brown
Does it actually install? I find if package resources try to install on each run it means they don't get installed correctly. On 28 September 2012 13:22, jmadtech wrote: > Hey all, > > I'm not sure if there's a real issue or if I'm doing something incorrectly. > > I have a custom compiled gem tha

Re: [Puppet Users] Puppet windows -

2012-10-01 Thread Pavel Drobushevich
Hi Josh, Thanks that you remember my case. Unfortunately I couldn't wait and restart server on weekend and now puppet works fine. Before it I started ruby -e "require 'digest/sha1' And It completed ok. I didn't change Path (and never add ruby to path, as I understand puppet use environment.bat)

[Puppet Users] Re: Where do you store sensitive files with puppet+git approach?

2012-10-01 Thread Vaidas Jablonskis
Great stuff. I have a better idea now. Thanks for that guys. On Monday, 1 October 2012 20:33:57 UTC+1, Derek Olsen wrote: > > We use hiera-gpg for file type sensitive information as well.For > sensitive information which is actually a file (ssh private keys) we > moved that into hiera-gpg an

Re: [Puppet Users] Puppet/Passenger :: Could not retrieve catalog from remote server:Error 403 on server

2012-10-01 Thread Jo Rhett
This is a trivial problem to solve, but only you can do it. tcpdump is your friend. On Oct 1, 2012, at 11:32 AM, Lunixer wrote: > Does anyone have a hint to address this problem? > > Or, > > Is this destined to stump many a puppet enthusiast? > If this is a bug, where does one notify puppet la

Re: [Puppet Users] How to create a directory if that path does not yet exist?

2012-10-01 Thread Thomas Linkin
Marc, There is no way in the resource declaration for 'file' to stop it from ensuring your symlink is made into a directory. That is because this is the state you're asking to have ensured when you compile that resource into a catalog. What you may want to do is find a way to have the resource

Re: [Puppet Users] Puppet runs extremly slow on 1 of 18 Windows Server

2012-10-01 Thread Josh Cooper
On Mon, Sep 3, 2012 at 2:07 AM, David Schmitt wrote: > On 03.09.2012 09:45, Jan Ziegler wrote: >> >> Hi, >> >> We have 18 Windows Server in the same environment. All Windows Server >> are build with an individual Windows Image, we created before, which >> means, that all Windows Machines have the

Re: [Puppet Users] Puppet windows -

2012-10-01 Thread Josh Cooper
Hi Pavel, Can you try the following: ruby -e "require 'digest/sha1'; puts Digest::SHA1.hexdigest('foo')" If that works, try: ruby -e "require 'digest/sha1'; puts Digest::SHA1.hexdigest('C:/puppet/sys/ruby/lib/ruby/1.8/i386-mingw32/digest/sha1.so')" You should get: 7479672868457859

[Puppet Users] Force yum to remove a package?

2012-10-01 Thread Duncan Hutty
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I want puppet to manage some packages. On CentOS, puppet correctly uses the yum provider to manage rpms. Normally I can do: package { ...: ensure => present } but the rpms I want to install conflict with existing rpms. Ok, you say. so "ensure => p

Re: [Puppet Users] Re: puppet instllation error

2012-10-01 Thread skrishna12
Can you any one let me know what could be the issue on this? On Friday, September 28, 2012 3:56:53 PM UTC-7, skrishna12 wrote: > > I tried the credential (mail id and password) stored in answer.lastun.xxx > and got the following error. Even after clearing the cookies and caches .. > no luck

[Puppet Users] Re: Puppetd

2012-10-01 Thread llowder
puppet agent has replaced the puppetd command. On Monday, October 1, 2012 2:38:39 PM UTC-5, Douglas Brancaglion wrote: > > Hi guys, I updated my 3.0.1 to 2.7.19 puppet, puppet command but > disappeared. > > How do I sync manually? > > example "pupped-vt" > > hugs, > > -- > Douglas Brancaglion >

[Puppet Users] Puppetd

2012-10-01 Thread Douglas Brancaglion
Hi guys, I updated my 3.0.1 to 2.7.19 puppet, puppet command but disappeared. How do I sync manually? example "pupped-vt" hugs, -- Douglas Brancaglion Security Analist -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, s

[Puppet Users] Storing ssh passphrase

2012-10-01 Thread guilherme reis
Hello everybody, There's a way to asks to user which is the ssh key passphrase ? I'm provisioning to a vagrant machine, i've copied my ssh keys but i'm not allowed to git clone or do other stuff via puppet because the passphrase it's not "remembered" by the ssh. How you guys handle with this?

[Puppet Users] Re: Where do you store sensitive files with puppet+git approach?

2012-10-01 Thread Derek Olsen
We use hiera-gpg for file type sensitive information as well.For sensitive information which is actually a file (ssh private keys) we moved that into hiera-gpg and just set the yaml markup accordingly so the information could be used to populate the file in question in the correct format. For

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

2012-10-01 Thread Eric Sorenson
Hi Jos -- Looks like the rpm specifies 'ruby(abi) >= 1.8' so it should be OK out of the box for 1.9.x -- what's the error you're seeing? On Sep 25, 2012, at 10:49 AM, Jos Backus wrote: > Hi Matthaus, > > Would it be possible to publish el6 RPMs for Ruby 1.9 which have 1.9.1 as the > library v

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

2012-10-01 Thread Brian Dunbar
New puppet user. I see that the cron class creates a cronjob with a date-time in the header, which is cool. # HEADER: This file was autogenerated at Mon Oct 01 11:43:25 -0500 2012 by puppet. # HEADER: While it can still be managed manually, it is definitely not recommended. 1. How does it do

Re: [Puppet Users] Re: PuppetConf speakers contact info

2012-10-01 Thread Douglas Garstang
I don't think _any_ of the speakers contact information has been published. Given that, it's hard to tell if that's by design or an oversight. Where did you have in mind for me sending that template? Doug On Mon, Oct 1, 2012 at 10:59 AM, windowsrefund wrote: > If the speaker's contact infor

Re: [Puppet Users] PuppetConf speakers contact info

2012-10-01 Thread Jon Stanley
On Mon, Oct 1, 2012 at 12:33 PM, Douglas Garstang wrote: > I'm trying to find email addresses of some of the speakers from Puppet > Conf last week. They aren't on the web site... maybe due to spamming > concerns. Short of Googling, how can I get these? I was a speaker, and you now have my email

Re: [Puppet Users] Puppet/Passenger :: Could not retrieve catalog from remote server:Error 403 on server

2012-10-01 Thread Lunixer
Does anyone have a hint to address this problem? Or, Is this destined to stump many a puppet enthusiast? If this is a bug, where does one notify puppet labs of it? LL -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussio

Re: [Puppet Users] Re: PuppetConf speakers contact info

2012-10-01 Thread llowder
http://info.puppetlabs.com/puppetconf-video-registration.html use that to get notified when the video / audio + slides becomes available. All sessions, except I think the lab ones, were recorded and should be available in the near future (this week I think, but soon for sure) On Monday, Octobe

Re: [Puppet Users] Re: PuppetConf speakers contact info

2012-10-01 Thread Brendan O'Bra
+1 for slides. GREAT PuppetConf, btw ;) On Mon, Oct 1, 2012 at 10:59 AM, windowsrefund wrote: > If the speaker's contact information has not been published, there's > probably a good reason why. I'd suggest something along the lines of: > > "Hi, > > I am trying to reach ___ about their Prese

[Puppet Users] Re: PuppetConf speakers contact info

2012-10-01 Thread windowsrefund
If the speaker's contact information has not been published, there's probably a good reason why. I'd suggest something along the lines of: "Hi, I am trying to reach ___ about their Presentation at PuppetConf. If you are __, can you please contact me off-line? I have a few questions

Re: [Puppet Users] Where do you store sensitive files with puppet+git approach?

2012-10-01 Thread Aaron Grewell
We use hiera-gpg for ours. Files containing sensitive information are converted into templates so that only the necessary strings are included in gpg. If we really needed to distribute full files I would probably build a separate directory tree backed by its own repository for this. It's just neve

Re: [Puppet Users] Deploy nagios client on windows

2012-10-01 Thread Josh Cooper
Hi Thomas, On Thu, Sep 27, 2012 at 12:59 PM, Thomas Bendler wrote: > Hi @all, > > does anyone manage the NSClient++ deployment with puppet? I have the strange > behavior that I can distribute the installation package to the target server > and install the package with the MSI provider. The releva

Re: [Puppet Users] is it possible to save dashboard inventory searches

2012-10-01 Thread Daniel Sauble
You can bookmark a search in the browser, but beyond that, there's no "saved search" feature in Dashboard itself. On Thu, Sep 27, 2012 at 8:45 AM, Eddie Hart wrote: > Hello: > > Is it possible to save dashboard inventory searches? > I'm a relatively new puppet user. I've checked the puppetlabs >

[Puppet Users] PuppetConf speakers contact info

2012-10-01 Thread Douglas Garstang
I'm trying to find email addresses of some of the speakers from Puppet Conf last week. They aren't on the web site... maybe due to spamming concerns. Short of Googling, how can I get these? Also... are there slides available yet? What about video? Doug -- You received this message because you a

Re: [Puppet Users] Re: Could use another set of eyes to assist

2012-10-01 Thread Jeremy T. Bouse
On Mon, Oct 1, 2012 at 12:13 PM, jcbollinger wrote: > > On Saturday, September 29, 2012 12:03:33 AM UTC-5, Jeremy wrote: >> >> >> On Fri, Sep 28, 2012 at 5:37 PM, jcbollinger wrote: >> >>> [...] >>> >>> How big are the real deployment files? I wouldn't think that parsing >>> and processing even m

Re: [Puppet Users] Re: Could use another set of eyes to assist

2012-10-01 Thread jcbollinger
On Saturday, September 29, 2012 12:03:33 AM UTC-5, Jeremy wrote: > > > On Fri, Sep 28, 2012 at 5:37 PM, jcbollinger > > > wrote: > >> [...] >> How big are the real deployment files? I wouldn't think that parsing and >> processing even moderately large YAML files would be prohibitively >> exp

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

2012-10-01 Thread Thomas Linkin
Guillem, Sorry for the delayed response. Anyway, John is correct about what you're trying to do with Hiera. I can say as far as the ENC Gary has written follows all the rules of what an ENC 'should do' as per the documentation. http://docs.puppetlabs.com/guides/external_nodes.html Keep in min

[Puppet Users] Re: Massive Import/Include

2012-10-01 Thread jcbollinger
On Friday, September 28, 2012 9:56:51 AM UTC-5, pierre-emmanuel degand wrote: > > my module bind : > - init.pp : > class bind { > include bind::install > include bind::service > } > > -install.pp : > class bind::install ( > $packages = $bind::params::server_packages > ) inherits bind::params {

[Puppet Users] Re: in-module data with hiera

2012-10-01 Thread Patrick Roberts
I am looking forward to testing this out in my test lab, as this is something I have been looking for for quite a while. (That, and a good deployment mechanism, while waiting for Razor to mature.) Thank you for putting this out for testing/reflection. -- Patrick Roberts On Sunday, Septembe

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

2012-10-01 Thread jcbollinger
On Wednesday, September 26, 2012 10:52:19 AM UTC-5, Guillem Liarte wrote: > > This is the situation I have: > > All my hosts are the* same OS.* > All my host are in the* same puppet environment,* so I cannot use > %{environment} > > I have a module that sets all the *basic* functionality for the

Re: [Puppet Users] Re: Passing http_proxy_host option

2012-10-01 Thread jcbollinger
On Sunday, September 30, 2012 11:40:42 PM UTC-5, drew khoury wrote: > > May have spoken too soon. > > If I set the env variable, and I'm manually logged, then I run puppet all > is good. > > I'm still not clear on how I set the env variable when puppet is invoked > from Vagrant (this might end

[Puppet Users] Re: How to recursively ship files while keeping their modes

2012-10-01 Thread Marc Haber
Hi, On Mon, Sep 17, 2012 at 07:39:38AM -0700, Alessandro Franceschi wrote: > Have you tried to add: >mode => undef, > it might work (not tested). thanks for answering. I have lost my puppetmaster VM due to filesystem failure[1] and have not yet built a new one[2]. I will report whether your h

[Puppet Users] Re: LDAP Account Manager supports Puppet

2012-10-01 Thread Nishant Jain
Hello Rolan, I can't find the puppet tab , you mentioned in the mail. Can you please elaborate more , on how to switch to puppet tab after modifying a host entry. Thanks, Nisahnt On Tuesday, September 25, 2012 2:03:02 PM UTC-4, Roland Gruber wrote: > > Hi all, > > the latest

[Puppet Users] Where do you store sensitive files with puppet+git approach?

2012-10-01 Thread Vaidas Jablonskis
Hi People, I have a quick question, which hopefully you will have an answer to. I am slowly moving towards puppet and git with multiple branches for different environments. Things are going pretty well, but now I have a small issue. The question is where should I store sensitive files, for ins

Re: [Puppet Users] Re: in-module data with hiera

2012-10-01 Thread R.I.Pienaar
- Original Message - > From: "jcbollinger" > To: puppet-users@googlegroups.com > Sent: Monday, October 1, 2012 2:15:22 PM > Subject: [Puppet Users] Re: in-module data with hiera > > > > On Sunday, September 30, 2012 4:37:29 AM UTC-5, R.I. Pienaar wrote: > > > I propose extending the

Re: [Puppet Users] Re: custom type in ruby - "invalid resource type at .../site.pp"

2012-10-01 Thread jcbollinger
On Friday, September 28, 2012 7:44:02 AM UTC-5, Axel Bock wrote: > > Okay, I am one step farther. > > After seeing "Invalid resource" for about 100 times I symlinked the type > and provider dirs to /var/.../puppet/ (the global, core putty installation > files). > I basically wanted to see if I

Re: [Puppet Users] Re: custom type in ruby - "invalid resource type at .../site.pp"

2012-10-01 Thread Axel Bock
multiple times ... I had these few minutes of frustration before, too ;) thanks, axel. Am Freitag, 28. September 2012 15:18:07 UTC+2 schrieb Trevor Vaughan: > > I'm assuming that you did this, but did you restart your master after > finishing the plugin? > > I've forgotten to do this on occ

[Puppet Users] Re: custom function, setvar and variable scoping

2012-10-01 Thread jcbollinger
On Saturday, September 29, 2012 8:10:43 AM UTC-5, Jérôme Loyet wrote: > > Hello, > > I'm trying to make a set of functions to simulate an array with which I > would be able to append value in the same scope. > > The first function is called "array_append" which take 2 arguments: the > variable

[Puppet Users] Re: in-module data with hiera

2012-10-01 Thread jcbollinger
On Sunday, September 30, 2012 4:37:29 AM UTC-5, R.I. Pienaar wrote: > > > I propose extending the module layout with a data/ directory that can go > into each module and in this data directory would live a hiera config > file (optionally) and module specific data: > > That sounds really attrac

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

2012-10-01 Thread Guillem Liarte
All, Do I understand I have hit a dead-end? On Wednesday, 26 September 2012 16:52:19 UTC+1, Guillem Liarte wrote: > > This is the situation I have: > > All my hosts are the* same OS.* > All my host are in the* same puppet environment,* so I cannot use > %{environment} > > I have a module that s

[Puppet Users] Re: Solaris Packages for Puppet 3.0.0-rc7, Facter 1.6.0 and Hiera 1.0.0

2012-10-01 Thread Mathieu Legrand
Thank you for the packaging: just what I needed! It makes the installation of puppet much much easier on Solaris 11 (especially now that doing a gem install puppet requires gcc…). Any hope to see similar packaging for mcollective in the near future? On Monday, October 1, 2012 12:47:43 PM UTC+8,