We weren't aware as none of us are using Internet Explorer. We'll
have to have someone get a copy to test with at some point.
Can you file a ticket?
http://projects.puppetlabs.com
Thanks,
Matt
On Thu, Aug 12, 2010 at 6:40 AM, ScubaDude wrote:
> puppet-dashboard on internet exploder 8:
>
> Lay
On Fri, Aug 13, 2010 at 8:02 AM, Adrian Snyman wrote:
> On Thu, Aug 12, 2010 at 1:38 PM, Trevor Hemsley
> wrote:
>> You're not exec'ing some install program that is stopping and waiting for
>> input? When we deploy Platform Symphony, we have to do something like an
>> exec that runs "echo Y | sym
On Thu, Aug 12, 2010 at 1:38 PM, Trevor Hemsley
wrote:
> You're not exec'ing some install program that is stopping and waiting for
> input? When we deploy Platform Symphony, we have to do something like an
> exec that runs "echo Y | symphony-installer" or we get a similar problem.
>
Hmm, I am not
Hi Peter,
Peter Meier schrieb:
>> i am using puppet 0.25.4 at debian lenny and i have got a question about
>> the cron type. If i use something like that, the cron will be stored at
>> "/etc/cron.daily/get-selections".
>
>> cron { "get-slections":
>> command => "/usr/bin/d
On Aug 12, 2010, at 10:55 AM, Rein Henrichs wrote:
> Excerpts from Paul Nasrat's message of Thu Aug 12 06:45:52 -0700 2010:
>> You might use shellwords to handle the quoting.
>>
require 'shellwords'
l = %q(printer-make-and-model='Brother HL-2060 Foomatic/hpijs-pcl5e
(recommended)
On Aug 12, 2010, at 3:29 PM, James Turnbull wrote:
1) It looks like text enclosed `like this` is properly converted to
like this on the back-end, but there’s no styling to set this
text apart. (It should show up in a fixed-width font at the very least).
>>> I've updated the style
Rob McBroom wrote:
> On Aug 11, 2010, at 4:48 PM, James Turnbull wrote:
>
>> Rob McBroom wrote:
>>> 1) It looks like text enclosed `like this` is properly converted to
>>> like this on the back-end, but there’s no styling to set this
>>> text apart. (It should show up in a fixed-width font at th
On Aug 11, 2010, at 4:48 PM, James Turnbull wrote:
> Rob McBroom wrote:
>> 1) It looks like text enclosed `like this` is properly converted to
>> like this on the back-end, but there’s no styling to set this
>> text apart. (It should show up in a fixed-width font at the very least).
>
> I've up
Paul, have you seen http://projects.puppetlabs.com/issues/2349 ?
If more people watch that, I'm more likely to prioritize doing that :)
Alternative suggestions welcome.
On Thu, Aug 12, 2010 at 10:35 AM, Paul Hamby wrote:
> We created a definition in our "apt" module called preseed_package and
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
> i am using puppet 0.25.4 at debian lenny and i have got a question about
> the cron type. If i use something like that, the cron will be stored at
> "/etc/cron.daily/get-selections".
>
> cron { "get-slections":
> command
Excerpts from Paul Nasrat's message of Thu Aug 12 06:45:52 -0700 2010:
> You might use shellwords to handle the quoting.
>
> >> require 'shellwords'
> >> l = %q(printer-make-and-model='Brother HL-2060 Foomatic/hpijs-pcl5e
> >> (recommended)' printer-state=3 printer-state-change-time=1266621145
>
We created a definition in our "apt" module called preseed_package and
then we call
apt::preseed_package { :
ensure => present,
}
You can then create a preseed file for that package and have puppet
put it on the host.
>From our "apt" module:
define preseed_pac
On Thu, Aug 12, 2010 at 8:38 AM, Christian
wrote:
> I have installed on the client and on the server puppet version
> 0.25.5.
>
> The setup was successfully tested with Webrick server on the
> puppetserver. Afterwards i switched to passenger (2.2.11) and rack
> (1.0.1) on the server.
>
> Puppetmas
Hi,
I have a problem with puppetd/puppetmasterd, when I start any without
"--no-daemonize" parameter they will crash. Master will just wait
untill first sucessful run of puppetd which only owrks when this
option is used. I'm using gem 2.6.0. Any ideas ?
No err messages :(
--
You received this m
Hello,
i am using puppet 0.25.4 at debian lenny and i have got a question about
the cron type. If i use something like that, the cron will be stored at
"/etc/cron.daily/get-selections".
cron { "get-slections":
command => "/usr/bin/dpkg --get-selections >
/var/backups/get-s
Hi
Since there are a lot of system configuration tools (both commercial
and open-source), it is difficult to know what tool if right for you.
Therefore, we developed a framework that you can use to compare system
configuration tools. This framework, together with a set of 11 tools
that are evaluat
Hello list,
I'm planning to deploy and use Puppet at work.
For this, I've set up a SVN server to keep track of all changes in
modules& manifests.
Reading documentation to be able to define coding rules, I want to put
some SVN hooks to ensure for correct syntax and coding rules respect.
Does a
On 12 August 2010 05:33, Patrick Mohr wrote:
> I'm making a provider for cups and I need to parse a string into arbitrary
> key/value pairs. The string looks like this:
>
> printer-make-and-model='Brother HL-2060 Foomatic/hpijs-pcl5e (recommended)'
> printer-state=3 printer-state-change-time=12
puppet-dashboard on internet exploder 8:
Layout borked and no graphs?
I was wondering if you were aware of this?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe
I am also using some hooks, but for git. I've been using to hooks:
client-side hooks and server-side hooks.
Take a look on this link:
http://projects.puppetlabs.com/projects/puppet/wiki/Puppet%20Version%20Control
Gus
On Thu, Aug 12, 2010 at 6:12 AM, Alexander Kriventsov wrote:
> 12.08.2010 13:
12.08.2010 13:03, Jean Baptiste FAVRE пишет:
Hello list,
I'm planning to deploy and use Puppet at work.
For this, I've set up a SVN server to keep track of all changes in
modules & manifests.
Reading documentation to be able to define coding rules, I want to put
some SVN hooks to ensure for corr
I have installed on the client and on the server puppet version
0.25.5.
The setup was successfully tested with Webrick server on the
puppetserver. Afterwards i switched to passenger (2.2.11) and rack
(1.0.1) on the server.
Puppetmaster starts successfully with an httpd start.
Making a certificat
Hey,
That Helped a lot .Thanks
Parag
On Thu, Aug 12, 2010 at 12:33 PM, Jason Rojas
wrote:
> The puppetmaster version must always be greater than or equal to the
> version of the client.
>
> On Aug 11, 2010, at 11:49 PM, parag(PK) wrote:
>
> > Hey,
> > If sumone could help me down ...
You're not exec'ing some install program that is stopping and waiting
for input? When we deploy Platform Symphony, we have to do something
like an exec that runs "echo Y | symphony-installer" or we get a similar
problem.
Adrian Snyman wrote:
On Thu, Aug 12, 2010 at 12:49 PM, Ohad Levy wrote:
On Thu, Aug 12, 2010 at 1:05 PM, Daniel Maher wrote:
> On 08/12/2010 12:49 PM, Ohad Levy wrote:
>>
>> Does the puppet run starts at all?
>> I've seen similar case when the clock were out of sync, ntp started and
>> aligned it, but puppet got hanged because of it (or sleeping for a
>> really long t
On 08/12/2010 12:49 PM, Ohad Levy wrote:
Does the puppet run starts at all?
I've seen similar case when the clock were out of sync, ntp started and
aligned it, but puppet got hanged because of it (or sleeping for a
really long time).
Just the other day we had a problem with the config on the DN
On Thu, Aug 12, 2010 at 12:49 PM, Ohad Levy wrote:
> Does the puppet run starts at all?
> I've seen similar case when the clock were out of sync, ntp started and
> aligned it, but puppet got hanged because of it (or sleeping for a really
> long time).
> does debug mode provide more info?
> Ohad
>
Does the puppet run starts at all?
I've seen similar case when the clock were out of sync, ntp started and
aligned it, but puppet got hanged because of it (or sleeping for a really
long time).
does debug mode provide more info?
Ohad
On Thu, Aug 12, 2010 at 9:11 AM, MadX wrote:
> We have succes
Hello Eric,
Thanks for the link.
My bad, did not think about looking into puppet svn modules :-/
Will try it asap,
Regards,
JB
Le 12/08/2010 11:24, Eric Heydrick a écrit :
On Thu, 12 Aug 2010, Jean Baptiste FAVRE wrote:
Hello list,
I'm planning to deploy and use Puppet at work.
For this, I've
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Ugly. If you put your variables in external nodes, you can't easily
> set the variable in a parent class and access it in a child class due
> to puppet's borked variable scoping. You can put every single variable
> at the node level, but having to sp
On Thu, 12 Aug 2010, Jean Baptiste FAVRE wrote:
> Hello list,
> I'm planning to deploy and use Puppet at work.
> For this, I've set up a SVN server to keep track of all changes in
> modules & manifests.
>
> Reading documentation to be able to define coding rules, I want to put
> some SVN hooks
Hello list,
I'm planning to deploy and use Puppet at work.
For this, I've set up a SVN server to keep track of all changes in
modules & manifests.
Reading documentation to be able to define coding rules, I want to put
some SVN hooks to ensure for correct syntax and coding rules respect.
Does
The puppetmaster version must always be greater than or equal to the version of
the client.
On Aug 11, 2010, at 11:49 PM, parag(PK) wrote:
> Hey,
> If sumone could help me down
> i have ubuntu (karmic ) an i run my puppetmaster on it . version
> 0.24.8
> Now, have a client machine w
33 matches
Mail list logo