Re: [Puppet Users] puppetlabs-java: installing oracle-jdk on ubuntu trusty 14.04

2014-06-10 Thread Dirk Heinrichs
Am 10.06.2014 07:35, schrieb Milan Simonović: I'm still trying to figure out how to install java *just using* puppetlabs-java module. You can't. There is no package oracle-jdk on Ubuntu. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions *Recommind GmbH*,

Re: [Puppet Users] Hook before Puppet compiles a catalog (for pulling update from GIT)

2014-06-10 Thread Iakov Gan
Thanks for the hint, Peter. Looks like prerun_command is very interesting solution. BTW i've just found a puppet module for that[1]. But still using prerun_command it can only pull ALL my environments before each puppet run (= 1min). I can't pull only one particular environment, can i? I

[Puppet Users] Re: Puppet + hiera file backend problem

2014-06-10 Thread Christian Charpentier
I have a file accounts.victorbuckservices.com.conf and not an .erb template. It seems a little weird to me that we have to use template function either for .erb template or file backend. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To

[Puppet Users] How to Login to Foreman Dashboard

2014-06-10 Thread Monty Araich
I have installed Foreman Dashboard on CentOS 6.5 using Packages. I am using mysql database for foreman Dashbaord. Setting.yaml is as follow cat /etc/foreman/settings.yaml --- # You must restart the Rack server after changing either of these values # because they are cached at startup. #

Re: [Puppet Users] Breaking changes in Puppetlabs_spec_helper v0.5.0

2014-06-10 Thread Gavin Williams
Hunter Thanks for the updated gem. Will give it a go when I have a few mins :) Cheers Gav On Tuesday, 10 June 2014 00:05:40 UTC+1, Hunter Haugen wrote: Sorry about that; I was thinking of mocha as more of an extraneous dependency rather than a feature. Turns out that the mock_with :mocha

[Puppet Users] Re: How to Login to Foreman Dashboard

2014-06-10 Thread Gavin Williams
Monty The default Foreman username/password is admin/changeme. Also, you may be better off pointing Foreman queries at the Foreman users list... :) HTH Gav On Tuesday, 10 June 2014 09:00:03 UTC+1, Monty Araich wrote: I have installed Foreman Dashboard on CentOS 6.5 using Packages. I am

Re: [Puppet Users] Unable to install puppet modules

2014-06-10 Thread Felix Frank
Hi, On 06/09/2014 02:04 PM, Seby wrote: [root@puppet_server ~]# puppet module install whisklabs-kafka Notice: Preparing to install into /etc/puppet/modules ... Error: undefined method `tr' for nil:NilClass Error: Try 'puppet help module install' for usage [root@puppet_server ~]# Can

Re: [Puppet Users] Hook before Puppet compiles a catalog (for pulling update from GIT)

2014-06-10 Thread Iakov Gan
Sorry, i mixed up the names. Thank you both Garrett, Peter. On Tuesday, June 10, 2014 9:08:14 AM UTC+2, Iakov Gan wrote: Thanks for the hint, Peter. Looks like prerun_command is very interesting solution. BTW i've just found a puppet module for that[1]. But still using

[Puppet Users] What is the puppet way to do if I want to customize run interval of a special module

2014-06-10 Thread Chrislynn Chee
Hi all, I would like to know how puppet admin usually do or structure the modules, if there is a particular module that I do not which it to be applied in catalog in a normal run mode, but to be included at a custom time interval. For example, I have a special module to sync sqlite file from

[Puppet Users] Dynamically make configuration chnages in files with puppet

2014-06-10 Thread Malintha Adikari
Hi, I am beginner to puppet. I have evaluated puppet and want to use puppet for my project. My project is deployment automation task where I have several different servers with me. There are different types of configuration files in my servers. Let me explain the manully process what I am

[Puppet Users] Re: Puppet under passenger constantly crashing

2014-06-10 Thread paul.gomersbach
Hi Treydock, Did you ever resolve this problem? Thanks! Op dinsdag 25 maart 2014 23:24:17 UTC+1 schreef treydock: As an update, I tried running 'puppet master --no-daemonize --debug' and am seeing a segmentation fault running outside of passenger/apache...

Re: [Puppet Users] Unable to install puppet modules

2014-06-10 Thread Seby Francis
Hi Felix, This is working now... I've not done any changes on our end though. [root@ga1puptc6t001 modules]# puppet module install whisklabs-kafka Notice: Preparing to install into /etc/puppet/modules ... Notice: Downloading from https://forgeapi.puppetlabs.com ... Notice: Installing -- do not

Re: [Puppet Users] Unable to install puppet modules

2014-06-10 Thread Seby Francis
Hi Felix, This is working now... I've not done any changes on our end though. [root@puppet_server modules]# puppet module install whisklabs-kafka Notice: Preparing to install into /etc/puppet/modules ... Notice: Downloading from https://forgeapi.puppetlabs.com ... Notice: Installing -- do not

Re: [Puppet Users] Unable to install puppet modules

2014-06-10 Thread Felix Frank
On 06/10/2014 02:05 PM, Seby Francis wrote: Hi Felix, This is working now... I've not done any changes on our end though. Man, I'm good ;-) Glad that works for you now, though. Perhaps a transient network problem. -- You received this message because you are subscribed to the Google Groups

Re: [Puppet Users] What is the puppet way to do if I want to customize run interval of a special module

2014-06-10 Thread José Luis Ledesma
Hi, Perhaps the schedule metaparameter is what you need http://docs.puppetlabs.com/references/latest/metaparameter.html#schedule Regards El 10/06/2014 13:36, Chrislynn Chee cc790...@gmail.com escribió: Hi all, I would like to know how puppet admin usually do or structure the modules, if

Re: [Puppet Users] What is the puppet way to do if I want to customize run interval of a special module

2014-06-10 Thread Felix Frank
Hi, you can do this more or less, by applying a schedule to one or more resources. The schedule makes sure that the resource is not synced outside a specific time window. But if there happens to be no agent run *inside* the window, then no sync will happen at all. See

[Puppet Users] trying to install jdk1.7 using rpm in a different directory

2014-06-10 Thread Supriya Uppalapati
Hi, I am trying to install jdk1.7.0_25 using rpm in /u01/app/oracle/product/jdk1.7.0_25/. I downloaded rpm from oracle. Here is my code *class java_rpm { package { jdk7u25: provider = rpm, install_options = ['-ivh --prefix=/u01/app/oracle/product/jdk1.7.0_25/'], source =

[Puppet Users] Re: Puppet + hiera file backend problem

2014-06-10 Thread jcbollinger
On Tuesday, June 10, 2014 2:37:42 AM UTC-5, Christian Charpentier wrote: I have a file accounts.victorbuckservices.com.conf and not an .erb template. Actually, it probably *is* a trivial ERB template, even though it was not written as one. As long as it does not contain the

Re: [Puppet Users] Dynamically make configuration chnages in files with puppet

2014-06-10 Thread Rich Burroughs
There are multiple ways to make configuration data available. The pattern we use where I work is to manage the config files, use ERB templates for them, and store the data in Hiera. You could also set custom facts on your node to make data available. The second edition of Pro Puppet has some

Re: [Puppet Users] What is the puppet way to do if I want to customize run interval of a special module

2014-06-10 Thread Spencer Krum
I think the 'Puppet' way to do this is to not do it with Puppet at all. Puppet works by inspecting the system and resolving inconsistencies. Do a thing every quarter maps poorly to this. The ordering of Puppet also makes it hard to do rigorous error checking and logging. I would recommend you

Re: [Puppet Users] trying to install jdk1.7 using rpm in a different directory

2014-06-10 Thread Spencer Krum
If your goal is to install java into a nonstandard directory... why not just pull down the jdk tarball and untar that? On Tue, Jun 10, 2014 at 8:06 AM, Supriya Uppalapati supriya.uppalap...@gmail.com wrote: Hi, I am trying to install jdk1.7.0_25 using rpm in

Re: [Puppet Users] trying to install jdk1.7 using rpm in a different directory

2014-06-10 Thread Supriya Uppalapati
Hi, My requirement says to use rpm based. Can we use install_options in puppet-enterprise 3.2 versions. If I do it manually it is installing In specifiyed location. But when I am using installed_options in puppet it is throwing me error Let me know Appreciate your help On Tue, Jun 10, 2014 at

[Puppet Users] Exception LoadErrror with Passenger and Apache httpd

2014-06-10 Thread Brian Wilkins
I have been running my puppetmaster with passenger and apache httpd successfully for sometime now. During a recent upgrade to Puppet 3.6.1, I am seeing this following exception in /var/log/httpd/error_log : *** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner (no such file to

Re: [Puppet Users] trying to install jdk1.7 using rpm in a different directory

2014-06-10 Thread Spencer Krum
I have no experience with using install_options to install an rpm into a separate directory. Sorry. On Tue, Jun 10, 2014 at 10:47 AM, Supriya Uppalapati supriya.uppalap...@gmail.com wrote: Hi, My requirement says to use rpm based. Can we use install_options in puppet-enterprise 3.2

[Puppet Users] Announce: Hiera 1.3.4 [ Security Release ]

2014-06-10 Thread Moses Mendoza
Hiera 1.3.4 is a security fix release in the Hiera 1.3 series. This release addresses CVE-2014-3248. It has no other bug fixes or new features. All users of Hiera 1.3.3 and earlier are encouraged to update to 1.3.4. ** CVE-2014-3248 ** Arbitrary Code Execution with Required Social Engineering An

[Puppet Users] Announce: Mcollective 2.5.2 [ Security Release ]

2014-06-10 Thread Moses Mendoza
Mcollective 2.5.2 is a security fix release in the Mcollective 2.5 series. This release addresses CVE-2014-3248. It has no other bug fixes or new features. All users of Mcollective 2.5.1 and earlier are encouraged to update to 2.5.2. ** CVE-2014-3248 ** Arbitrary Code Execution with Required

[Puppet Users] Announce: Facter 2.0.2 [ Security Release ]

2014-06-10 Thread Moses Mendoza
Facter 2.0.2 is a security fix release in the Facter 2 series. This release addresses CVE-2014-3248. It has no other bug fixes or new features. All users of Facter 2.0.1 and earlier are encouraged to update to 2.0.2. ** CVE-2014-3248 ** Arbitrary Code Execution with Required Social Engineering An

[Puppet Users] Announce: Puppet 3.6.2 [ Security and Bug fix Release ]

2014-06-10 Thread Moses Mendoza
Puppet 3.6.2 is a security and bug fix release in the Puppet 3.6 series. This release addresses CVE-2014-3248 and CVE-2014-3250. ** CVE-2014-3248 ** Arbitrary Code Execution with Required Social Engineering An attacker could convince an administrator to unknowingly create and execute malicious

[Puppet Users] Puppet 2.7.26 (security release for CVE-2014-3248) is now available

2014-06-10 Thread Sam Kottler
Announce: Puppet 2.7.26 Available [ Security Release ] Puppet 2.7.26 is a security fix release in the Puppet 2.7 series. This release addresses CVE-2014-3248. It has no other bug fixes or new features. ** CVE-2014-3248 ** Arbitrary Code Execution with Required Social Engineering An attacker

[Puppet Users] Announce: Puppet Enterprise 2.8.7 is available

2014-06-10 Thread Geoff Nichols
Dear Puppet Enterprise Users, Puppet Enterprise 2.8.7 is now available. This is a security and bugfix release of Puppet Enterprise. All users of Puppet Enterprise 2.x are encouraged to upgrade when possible to Puppet Enterprise 2.8.7. Puppet Enterprise 2.8.7 includes fixes to address

[Puppet Users] Help: OpenSource Puppet DB install on RedHat 6

2014-06-10 Thread GregC
I cannot get around the problem of connecting my Puppet Master 3.6 to PuppetDB 2.0.1 THis is the opensource version. I installed the puppet and puppetdb from rpm packages. I continually get this error: Warning: Unable to fetch my node definition, but the agent run will continue: Warning:

Re: [Puppet Users] Help: OpenSource Puppet DB install on RedHat 6

2014-06-10 Thread José Luis Ledesma
Hi Are you sure puppetdb is listening in 8081? Is there any firewall? Have you tried from the puppet master to do a telnet to puppetdb port 8081? Regards El 10/06/2014 22:18, GregC greg.caldwe...@gmail.com escribió: I cannot get around the problem of connecting my Puppet Master 3.6 to

[Puppet Users] Re: Dashboard not working (406 Not Acceptable)

2014-06-10 Thread Michael Eatherly
Chad any answers yet? I'm having this problem as well. . . :/ On Tuesday, March 11, 2014 5:02:56 PM UTC-5, Chad Matsalla wrote: I have this directory and it's writable. I'm still getting a 406. Was there anything else I could try? I'm not even sure the relevant parts of configuration to