On Mon, Mar 28, 2011 at 2:31 PM, Forrie wrote:
> I want to realize some virtual users on several systems, but I want
> that to depend upon a certain group being present (and created if
> needed) first. How can I do this?
>
> The following works, because the group is being realized first.
>
>
We've gone back and forth on this for a while, I'd like us to get an
implementation agreed upon.
If the topic doesn't instantly make sense to you, please visit the bug for
an overview of our current inconsistent behavior:
http://projects.puppetlabs.com/issues/5158
Whenever an array is specified
Thanks Thomas. My Reply is also late :) But thanks very much for your
good
points. Replies inline.
On Mar 16, 8:06 am, Thomas Bellman wrote:
> - What does the hwaddr parameter do? I guess that it corresponds to
> the HWADDR setting in /etc/sysconfig/network-scripts/ifcfg-eth* on
> RedHat:is
I don't quite understand what you're doing. As a random guess, could you have
a race condition where the tunnel doesn't finish being created before puppet
tries to connect?
On Mar 28, 2011, at 11:34 AM, Jaroslav Klaus wrote:
>
>
> On Mar 28, 6:19 pm, Jaroslav Klaus wrote:
>> Hi,
>>
>> I'm
I want to realize some virtual users on several systems, but I want
that to depend upon a certain group being present (and created if
needed) first. How can I do this?
The following works, because the group is being realized first.
Group <| title == mygroup |>
User <| title == m
On Mar 28, 6:19 pm, Jaroslav Klaus wrote:
> Hi,
>
> I'm trying to run puppet through SSH channel using port forwarding (ssh
> master -R 8140:127.0.0.1:8140 -L 8139:127.0.0.1:8139).
Sorry, it should be ssh to server with agent not master of course.
Jaroslav
--
You received this message becau
Eric Sorenson wrote:
> See this thread on serverfault:
>
> http://serverfault.com/questions/229246/whats-new-in-puppet-since-2007
>
> (Full disclosure - yes its self-serving -- vote up my answer if it
> helps you :) )
>
> On Mar 27, 6:30 am, S Ahmed wrote:
>> Hi all!
>>
>> Just going through th
HI,
Thanks a lot .
I followed your steps and revoke the cert for the client . now its working
fine .
Thanks a lot .
Regards
K.KarthiKeyan
On Sun, Mar 27, 2011 at 5:04 AM, Denmat wrote:
> Hi,
>
> Okay, start again then (assuming you are still testing out puppet).
>
> Remove the puppet 'ssl'
On Mon, Mar 28, 2011 at 10:49 AM, Patrick wrote:
>
> On Mar 27, 2011, at 11:10 PM, Justin Ellis wrote:
>
> Good Evening!
>
> I'm having issues with the order in which items are ran inside of a service
> class, it's attempting to run before the provider is present (the provider
> is provided by th
See this thread on serverfault:
http://serverfault.com/questions/229246/whats-new-in-puppet-since-2007
(Full disclosure - yes its self-serving -- vote up my answer if it
helps you :) )
On Mar 27, 6:30 am, S Ahmed wrote:
> Hi all!
>
> Just going through the puppet book (pulling strings with pupp
Hi,
I'm trying to run puppet through SSH channel using port forwarding (ssh master
-R 8140:127.0.0.1:8140 -L 8139:127.0.0.1:8139). But for some unknown reason TCP
connection is terminated and puppet agent finishes with message
"err: Could not request certificate: SSL_connect SYSCALL returne
On Mar 27, 2011, at 11:10 PM, Justin Ellis wrote:
> Good Evening!
>
> I'm having issues with the order in which items are ran inside of a service
> class, it's attempting to run before the provider is present (the provider is
> provided by the glassfish package). It looks for the glassfish pr
On 03/28/2011 05:04 PM, tigreton wrote:
> Ahm okok. I want to create a file. So i will use content. Thanks
>> you've been given confusing information.
Reviewing my response, I should have elaborated a bit myself.
If you specify content, be aware that puppet will overwrite whatever you
put into th
Ahm okok. I want to create a file. So i will use content. Thanks
On 28 mar, 09:10, Felix Frank wrote:
> Hi,
>
> On 03/25/2011 11:46 AM, tigreton wrote:
>
>
>
>
>
>
>
>
>
> > I have this in my /manifests/site.pp
> > Do i need to send you more files? I don't think so...
> > class sudo {
> > file {
On Mar 28, 1:10 am, Justin Ellis wrote:
> Good Evening!
>
> I'm having issues with the order in which items are ran inside of a service
> class, it's attempting to run before the provider is present (the provider
> is provided by the glassfish package). It looks for the glassfish provider
> pri
Hi,
i found bug #3910 on puppetlabs: http://projects.puppetlabs.com/issues/3910
It exeactly our problem.
Will be fixed in 2.7.0 release...
Regards
A&T
--
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
Hi all,
i have some trouble using environments and fileservicing.
I have tried to configure multiple environments like '10_1_0' and
'10_2_0' for example.
The environment is stored within the environment variable in LDAP node
definition.
e.g. evironment=10_2_0
* puppet-version: 0.25.4
puppet.con
Hi Jacob,
2011/3/24 Jacob Helwig
> [...]
> This release is available for download at:
>
> http://puppetlabs.com/downloads/dashboard/puppet-dashboard-1.1.0rc3.tar.gz
> [...]
>
are there already RPMs available? I would like to help testing but only if
RPMs are provided.
Kind regards, Thomas
--
It turns out augeas on RHEL6 is 0.7.2, which does not have 'setm' command
available. 'setm' is available in augeas release 0.8, which is available in
EPEL, but not available for RHEL6 (the reason is the package is already in
RHEL6, thus no package would be released in EPEL for this.
All I want to
Hi,
On 03/25/2011 11:46 AM, tigreton wrote:
> I have this in my /manifests/site.pp
> Do i need to send you more files? I don't think so...
> class sudo {
> file { "/tmp/prueba.txt":
> owner => root,
> group => root,
> mode => 440,
> e
20 matches
Mail list logo