similar to: Default parameters

Displaying 20 results from an estimated 30000 matches similar to: "Default parameters"

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
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 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
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
2007 Aug 31
1
Dead links in the wiki
I''m trying to learn how to set up Puppet and am coming across a number of dead links in the wiki. Specifically: http://reductivelabs.com/trac/ReferenceIndex, referred to from http://reductivelabs.com/trac/puppet, and http://reductivelabs.com/trac/puppet/wiki/MasterConfigLayout referred to from http://reductivelabs.com/trac/puppet/wiki/DocumentationStart#AdditionalD ocumentation Are
2007 Apr 24
10
Announce: References are now on Trac
I''ve converted all of the inline docs over to restructured text, and I''ve got them all up on trac: http://reductivelabs.com/trac/puppet/wiki/TypeReference http://reductivelabs.com/trac/puppet/wiki/FunctionReference http://reductivelabs.com/trac/puppet/wiki/ReportReference http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference Please let me know if you find any
2008 Jan 10
1
Where to store custom providers?
Hi, While i''ve read the wiki page on development of custom providers ( http://www.reductivelabs.com/trac/puppet/wiki/ProviderDevelopment), i cannot find information on where the custom provider''s source file should be located. My little provider works fine if i copy it to /usr/lib/ruby/site_ruby/1.8/puppet/provider/package but i''d prefer to keep that in tact from the
2007 Jun 20
0
ANNOUNCE: 0.23.0 release
Hi all, I''ve finally released 0.23.0 (only two days late!). You can get it from the usual locations (although the packagers will take a little while to package it up, I assume): https://reductivelabs.com/trac/puppet/wiki/InstallationGuide You can read the full changelog[1], which is pretty long, but here''s a summary of the things you either want or should look out for:
2008 Jan 01
1
trac@reductivelabs.com broken?
I''ve tried replying twice in the past few days to a request for more information on a bug I filed. When I do, I get: ----- The following addresses had permanent fatal errors ----- <trac@reductivelabs.com> (reason: 550 5.1.1 <trac@reductivelabs.com>: Recipient address rejected: User unknown in local recipient table) Regards, Mark -- Mark D. Nagel, CCIE #3177
2007 Apr 07
1
Web Site Trak errors and Python tracebacks
I''m getting quite a lot of errors when viewing pages on the Wiki. I thought it was bad links but the page will usually be served after a few reloads. It''s not a big deal, I just thought I should tell someone. Here is an example traceback from https://reductivelabs.com/trac/puppet/wiki/Modules, a reload actually gave me a nice looking "Page not found" but I get the
2007 Jan 17
0
Please help: Test documentation in Trac
Hi all, Peter Abrahamsen has been working assiduously to get all of the Puppet documentation into Trac''s wiki. He''s now complete, and I would appreciate it if people could click around the wiki a bit and see if everything looks okay. The docs start here: https://reductivelabs.com/cgi-bin/puppet.cgi/wiki/DocumentationStart I''m also working on switching to using
2007 May 09
1
If and variable
Hello, i was unable to modify the docs to ass for: http://www.reductivelabs.com/trac/puppet/wiki/LanguageStructures#Assignment the fact that you can call a variable ${<name>} in case of conflicting syntax and latter http://www.reductivelabs.com/trac/puppet/wiki/LanguageStructures#Conditionals to add the fact that the "if" coditionnal exist. Could it be added by someone who
2007 Jan 17
0
Trac in mod_python
I''ve set the Trac sites up to use mod_python now (as I should have in the first place), so you can now get all trac sites at https:// reductivelabs.com/trac/$name, where $name is the project name, e.g., puppet. It should be a good bit faster now. The old locations will work indefinitely, but I''ve changed all (I hope) of the links to point to this new location. Please
2010 Feb 28
5
Passenger and Puppet problems
Cant seem to get Passenger to work on my test server. Keep getting the following error in access_log *** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner (no such file to load -- rack/builder) (process 1998): from config.ru:1 Rack was installed from gem and is in the gempath. puppetversion 0.24.8 (both server and client) passenger (2.2.5) rack (1.0.1) rake (0.8.3) RHEL
2007 Dec 31
3
Builtin Nagios types
Hi all, I''ve just merged in support for builtin Nagios types into the 0.24.x branch, and I''d like people to give them a once-over before I incorporate them into a release (based on a few (hopefully small) outstanding bugs in 0.24.1, I expect I''ll put out a 0.24.2 in the next week or so). The only thing I''d currently consider a gotcha right now is that
2007 Jan 18
5
Docs moved to Trac
Hi all, Peter Abrahamsen has duplicated all of the documentation and cookbook pages in Puppet''s Trac page: https://reductivelabs.com/trac/puppet/wiki/DocumentationStart Please let me or Peter know if there are any problems. -- A motion to adjourn is always in order. --Robert Heinlein --------------------------------------------------------------------- Luke
2007 May 19
7
Puppet Trac throwing errors again for documentation pages
Hi, https://reductivelabs.com/trac/puppet/wiki/DocumentationStart https://reductivelabs.com/trac/puppet/wiki/PuppetIntroduction https://reductivelabs.com/trac/puppet/wiki/PuppetMasters https://reductivelabs.com/trac/puppet/wiki/PuppetBestPractice - Max
2007 Feb 18
1
Passing XMLRPC errors on to clients
Hi, I''m experimenting with using Mongrel to serve XMLRPC, and I''m having trouble passing the XMLRPC errors on to the client. In my webrick implementation, I just raise the XMLRPC error and the client receives it and can handle it like a normal exception. With Mongrel, when I raise the error, Mongrel catches it and just closes the client connection, which means the
2007 Mar 19
3
ANNOUNCE: Puppet 0.22.2 (grover)
Hi all, I''m proud to announce that I seem to have pushed a new release of Puppet out in record time. This is a minor upgrade, mostly bugfixes and small features, but there are lots of each. See the changelog[1] for an idea of what this release provides, but keep in mind that this changelog is my first real attempt at keeping an up-to-date changelog. Enjoy! 1 -
2007 Jun 07
3
Reductive Labs Asks: What platforms and software are you managing?
We'd like to get new users to the information they need quickly and one thing new users want to know is if they can use Puppet for what they want to do. So far, we don't have a very extensive (or thorough) list of platforms and software solutions that our community is using with Puppet. To deal with this, I've drafted a short list of platforms under which Puppet is