[Puppet Users] foreman dropdown menu broken

2010-12-02 Thread Leon Meßner
Hi, i just installed foreman from the git repository and the dropdown menu does not work. Don't know xhtml well but opera tells me: Uncaught exception: ReferenceError: Undefined variable: Form Error thrown at line 3, column 0 in http://130.149.58.152/: new

Re: [Puppet Users] first install

2010-12-02 Thread Arnau Bria
On Thu, 2 Dec 2010 08:37:11 -0800 (PST) rjl rjl wrote: [...] # puppetd --server stsdev-pri.cdntools.nsatc.net --waitforcert 60 test Could not prepare for execution: Could not create PID file: /var/run/ puppet/agent.pid check dir perms: # ls -lsad /var/run/puppet/ 8 drwxr-xr-x 2 puppet puppet

[Puppet Users] Re: first install

2010-12-02 Thread rjl
Doohhh, Shoot...obviously my problem is with the command (test vs --test). Please disregard. On Dec 2, 9:37 am, rjl rjlin...@gmail.com wrote: I am following the install instructions in the documentation. I have the server installed and one client. To test the install (as directed by the

[Puppet Users] How to show a custom message during a puppet run (at certain conditions)

2010-12-02 Thread Al @ Lab42
Hi Puppet Masters, I've a small problem that would like to solve in a somehow elegant way. I need to install the oci8 module for php without using a pre-made package. The operation involves installing the Oracle client (already done via Puppet), setting Oracle environments (already done via

Re: [Puppet Users] foreman dropdown menu broken

2010-12-02 Thread Ohad Levy
Hi Leon, the best place to reports errors related to Foreman are at http://theforeman.org, you would need to register in order to create new issues. About your specific error, I would need some more details, if you can, please let us know how it happened and what looks wrong. Alternatively, you

[Puppet Users] Augeas not saving changes

2010-12-02 Thread Sid
ruby: 1.8.7.302-4 ruby-augeas: 0.3.0-1.el5 (EPEL) augeas-libs: 0.7.3-1.el5 (EPEL) puppet: 2.6.4 I am unable to get Puppet/Augeas to update the sysctl.conf file when using the following configuration. I have tested changing the file with augtool and that works. Puppet fails silently though.

Re: [Puppet Users] How to show a custom message during a puppet run (at certain conditions)

2010-12-02 Thread Avi Miller
Al @ Lab42 wrote: Now, please, don't tell me that I should make a php-oci8 package and distribute it, I know that. At the risk of raising your ire, are you aware that Oracle has already made php-oci8 packages: http://oss.oracle.com/projects/php/files/EL5/x86_64/

Re: [Puppet Users] foreman dropdown menu broken

2010-12-02 Thread Leon Meßner
Hi, On Thu, Dec 02, 2010 at 08:22:39PM +0200, Ohad Levy wrote: Hi Leon, the best place to reports errors related to Foreman are at http://theforeman.org, you would need to register in order to create new issues. Ok, i'll try my luck there then. About your specific error, I would need

Re: [Puppet Users] Trying to run puppet from a tarball

2010-12-02 Thread Patrick
On Dec 2, 2010, at 12:56 PM, Kikanny wrote: I'm trying to run puppet using the tarball and so far, I've been unsuccessful. The system I'm trying to run puppet on is running RHEL 5.3. Now first of all, this system does not have access to internet. Therefore I don't have any access to any of

Re: [Puppet Users] Access to resource attributes (or parameters) and complex queries in collections

2010-12-02 Thread Daniel Pittman
Héctor Rivas Gándara key...@gmail.com writes: I have been searching in the puppet documentation for the these functionalities (see below for examples):  - Access to resource attributes or parameters to use in the recipes. I say attributtes because may the types and providers can be extended

[Puppet Users] audit=content

2010-12-02 Thread Paul Johnson
Hi All, sorry if this was discussed before but I didn't find any solution for my problem. Test site.pp consists of 1 line: file { /tmp/bar: audit = content } exec { '/usr/bin/true': refreshonly = true, subscribe = File['/tmp/bar'] } and it produces this error every time: err:

Re: [Puppet Users] audit=content

2010-12-02 Thread Matthew Macdonald-Wallace
On Fri, 2010-12-03 at 06:13 +0200, Paul Johnson wrote: Hi All, sorry if this was discussed before but I didn't find any solution for my problem. Test site.pp consists of 1 line: file { /tmp/bar: audit = content } exec { '/usr/bin/true': refreshonly = true, subscribe = File['/tmp/bar']

Re: [Puppet Users] audit=content

2010-12-02 Thread Matthew Macdonald-Wallace
On Fri, 2010-12-03 at 06:13 +0200, Paul Johnson wrote: Hi All, sorry if this was discussed before but I didn't find any solution for my problem. Test site.pp consists of 1 line: file { /tmp/bar: audit = content } exec { '/usr/bin/true': refreshonly = true, subscribe = File['/tmp/bar']

Re: [Puppet Users] Error running 2.4 client againt 2.6.4

2010-12-02 Thread Chris Picton
On Fri, 03 Dec 2010 06:51:20 +, Chris Picton wrote: I am currently planning a rolling upgrade of all my puppet servers and clients from 0.24.8 to 2.6.4 I have hit a stumbling block though - my test server (which is now running 2.6.4), and the test clients (also 2.6.4) run fine. My