search for: deppierraz

Displaying 10 results from an estimated 10 matches for "deppierraz".

2007 Aug 24
11
Aliases not working in a subclass ?
Hi folks, I''m overriding some resource attribute in a subclass. It seems that specifying a resource by its alias doesn''t work in a subclass. Looks like a bug, no ? === module-classes.pp === class module::base { file {"/tmp/test-module": alias => test-module, content => "module::base", } } class
2008 Sep 10
5
Managing SSH keys
Hello all, I''d like to have Puppet distributing one of your server''s (public) SSH keys, effectively doing the same as the ssh-copy-id command. Is there a build in puppet resource type for managing SSH keys. We''re running version 0.24.4 of puppet. Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2007 May 18
2
TE212P octastic initialization failure
Hi, I'm trying to get a TE212 working on a Dell PowerEdge 1850 running Debian etch using the latest release of libpri (1.4.0), zaptel (1.4.2.1) and asterisk (1.4.4). The initilization of the Octasic echo canceller seems to fail when the wct4xxp module is loaded. [...] VPM450: echo cancellation for 64 channels Failed to open chip, code 00103017! VPM450: Failed to initialize [...] By looking
2007 Aug 24
7
Problem restarting client service ssh in client
Hello, I want a simple operation in a puppet node like restarting the ssh service if it was stopped. My site.pp is simple as this: import "services/*" node default { include ssh } The services directory as a ssh.pp : class ssh { service { ssh: ensure => running, subscribe => File["/etc/ssh/sshd_config"] } } I''ve stopped the ssh service in the
2008 Oct 16
5
virutal resources and ssh_authorized_key
Hello! I''ve got question - how to use ssh_autorized_key as a virtual resource? I''ve got bunch of users and ssh_authorized_key virtual resources, but only users gets to the target system - ssh keys not... I write something like: class admins { @user { "username": ... } @ssh_authorized_key { "username": ensure => present, key => "...",
2007 Aug 28
0
Aliases not working in a subclass ?
When you use alias in a definition or class ie. Access alias fom within the same enclosing scope you created the object that provieds the alias in it wors fine. I use alias in that exact case frequently eg. For requirements/subscribes etc. ----- Urspr?ngliche Nachricht ----- Von: Francois Deppierraz <francois at ctrlaltdel.ch> Gesendet: Dienstag, 28. August 2007 19:19 An: Puppet User Discussion <puppet-users at madstop.com> Betreff: Re: [Puppet-users] Aliases not working in a subclass ? Luke Kanies wrote: > The ''alias'' metaparam is only used on the client, wh...
2008 Mar 26
2
Node yaml cache not refreshed ?
Hi folks, When running puppetd --environment whatever, the environment is not taken into account on the puppetmaster. This bug appeared after ticket #1130 got resolved and is certainly due to caching of the node terminus. Looking through the code didn''t help me understand how this yaml cache should get refreshed. On the puppetmaster, the cache files located in
2007 Aug 22
2
iClassify "Internal Server Error"
Hi! I just installed iClassify without a problem, it is running and accessable but I get a rather strange error when trying to run the icagent commands: $ ./bin/icagent -s http://puppet02:3000 -d icagent/ /usr/lib/ruby/1.8/net/http.rb:2094:in `error!'': 500 "Internal Server Error " (Net::HTTPFatalError) from ./bin/../lib/iclassify/client.rb:83:in `run_request''
2008 Apr 22
9
Puppetd exits when "puppet" can't be resolved
Heya, I''m using puppet on Ubuntu (Gutsy/Hardy) and there''s a problem with the default setup of Ubuntu. Ubuntu uses network-manager to start the network in the background, which in turn causes puppet to start before the network is up. Puppet will then exit because it can''t resolve the server name. Currently I "solve" this problem by uninstalling
2007 Dec 12
0
Default parameters
Hi folks, I''m trying to found out if bug #938 [1] is only pure nonsense or a real problem. Is anyone else using default parameter and have it working with the upcoming 0.24 ? File { owner => root } [1] http://reductivelabs.com/trac/puppet/ticket/938