Re: [Puppet Users] Puppet module

2015-02-15 Thread Bilal Ahmad
Yes, of course I have read it. I was trying to install the module with a puppet script instead of doing it in the commandline. The documentation said nothing about that. lørdag 14. februar 2015 19.52.45 UTC+1 skrev Hristo Mohamed følgende: Have you considered reading the documentation?

Re: [Puppet Users] iteration in future parser doesn't handle hashes as documented

2015-02-15 Thread Henrik Lindberg
On 2015-15-02 23:52, Jo Rhett wrote: Opened as https://tickets.puppetlabs.com/browse/PUP-4015 You are bit by stringify_facts (see ticket for explanation). - henrik On Feb 15, 2015, at 2:49 PM, Jo Rhett jrh...@netconsonance.com mailto:jrh...@netconsonance.com wrote: From documentation at

[Puppet Users] Re: puppet dashboard with \n\n\n

2015-02-15 Thread Anton Markelov
Sorry for necroposting. If you use mod_passenger, just change PassengerRuby parameter from '/usr/bin/ruby' to '/usr/bin/ruby1.8'. пятница, 4 октября 2013 г., 6:00:26 UTC+10 пользователь Matt Zagrabelny написал: Greetings, I've setup puppet dashboard 1.2.23 along with puppetmaster 2.7.18.

Re: [Puppet Users] Puppet module

2015-02-15 Thread James A. Peltier
- Original Message - | Trying to install the module vcsrepo with puppet, but really unsure how it | could be done. The commandline to install it is: | puppet module install puppetlabs-vcsrepo | Tried to install it this way, but that didn't work: | package { 'vcsrepo': | ensure =

[Puppet Users] iteration in future parser doesn't handle hashes as documented

2015-02-15 Thread Jo Rhett
From documentation at https://docs.puppetlabs.com/puppet/latest/reference/experiments_lambdas.html For a hash: If two parameters are used, they will be set to the key and value of each hash entry. If one parameter is used, it is set to an array containing [key, value]. With Puppet 3.7.4

Re: [Puppet Users] iteration in future parser doesn't handle hashes as documented

2015-02-15 Thread Jo Rhett
Opened as https://tickets.puppetlabs.com/browse/PUP-4015 On Feb 15, 2015, at 2:49 PM, Jo Rhett jrh...@netconsonance.com wrote: From documentation at https://docs.puppetlabs.com/puppet/latest/reference/experiments_lambdas.html For a hash: If two parameters are used, they will be set to

[Puppet Users] Terminolgy ... puppet policy or recipe

2015-02-15 Thread Grant Schoep
Ok. So my company is going full on Puppet.. yey.. I've been using puppet for years. They are using the term puppet recipes all over the place. I always though that was a chef thing So I can set the record strait? What do you think? My little svn.db is full of PP files, not PR files. Can I

Re: [Puppet Users] Terminolgy ... puppet policy or recipe

2015-02-15 Thread Trevor Vaughan
Puppet Manifest is the appropriate term I believe. On Sun, Feb 15, 2015 at 8:28 PM, Grant Schoep matobin...@gmail.com wrote: Ok. So my company is going full on Puppet.. yey.. I've been using puppet for years. They are using the term puppet recipes all over the place. I always though that was

Re: [Puppet Users] Cant remove depreciated warning message

2015-02-15 Thread David LeVene
So the problem ended up being the python module - it was not the latest version and it was adding custom resources which ignored what is in the global config. The 3 files which were causing the problems were; python_version.rb pip_version.rb virtualenv_version.rb The newer version have a

Re: [Puppet Users] Terminolgy ... puppet policy or recipe

2015-02-15 Thread Dawn Foster
On Mon, Feb 16, 2015 at 1:28 AM, Grant Schoep matobin...@gmail.com wrote: Ok. So my company is going full on Puppet.. yey.. I've been using puppet for years. They are using the term puppet recipes all over the place. I always though that was a chef thing So I can set the record strait?