search for: lazyweb

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

Did you mean: lazyvec
2006 Jul 22
10
Non English characters
Hi folks, Does anyone know how to tackle Swedish letters in Rails. Am I completely off track in thinking that it should be done using map or regex in some clever way? Bealach
2008 Aug 20
9
I want RSpec for CSS layout.
...t;#body-column") it "should line up at the top" do dom[:top].should_be == body.dom[:top] end it "should always be to the right" do dom[:left].should_be > body.dom[:right] end end And I want to be able to run it on Firefox, IE6, IE7, and Safari. Lazyweb... go.
2011 May 20
5
Does the puppet module tool work with ruby1.9.2?
puppet-module changelog /opt/local/lib/ruby1.9/gems/1.9.1/gems/puppet-2.6.8/lib/puppet/util/log/destinations.rb:99: warning: class variable access from toplevel /opt/local/lib/ruby1.9/gems/1.9.1/gems/puppet-2.6.8/lib/puppet/application/kick.rb: /opt/local/lib/ruby1.9/gems/1.9.1/gems/puppet-2.6.8/lib/puppet/application/kick.rb:107: Invalid next (SyntaxError) I''m running puppet-module
2011 Mar 19
1
Safe/sane tempfile creation?
...stros which have a tempfile(1) utility for safely and sanely creating temporary files. There isn't a comperable utility for RHEL/CentOS systems. I've been exercising Google-fu looking for a good robust tempfile generation idiom, but haven't turned one up yet. Hence this appeal to the lazyweb. -- Dr. Ed Morbius, Chief Scientist / | Robot Wrangler / Staff Psychologist | When you seek unlimited power Krell Power Systems Unlimited | Go to Krell!
2009 Mar 05
2
genmanifest question
Hi all, puppet --genmanifest : Should this not introspect all the packages on my system? I ran it just now on ubuntu intrepid, puppet 24.7, and it just gave me puppet related things... Is it not possible to configure a system using the packages I want, and then run puppet --genmanifest to retrieve the puppet code to reproduce it? --~--~---------~--~----~------------~-------~--~----~ You
2010 Dec 10
2
Best practices using puppet on partially installed systems.
So, my configuration attempts are aimed at Linodes . Ubuntu 10.10 to be exact. Linodes are libcloud enabled as well as basically provisioned. What I seek to do is add to that, not build from nothing, since libcloud et. al. give me a base to work with. What is the canonical way to manage this situation? For example: $ puppet resource package --verbose openssh-client package {
2011 Mar 04
3
Puppet dsl
Is the puppet dsl a complete Turing capable language? As I understand it, the chain is dsl -> compiled thing -> actions. What language is the compiled thing in? Ruby? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email
2008 Nov 24
2
Understanding the docs
Ok, I''ve been reading and I have some questions about best practices: I understand that modules are to be self contained blocks that i can just drop in. Using best practices, how does this fit into the naming scheme? Classes are singletons. I think i understand this. I''ve been defining classes in /etc/puppet/classes, but then how does this relate to any modules i might want
2009 Jan 18
1
is the "line" directive/option deprecated now?
So I am looking at david''s manifests to try to get a clue and i see this: class sudo inherits david { line { david_sudoer: file => "/etc/sudoers", line => "david ALL=(ALL) ALL", ensure => present, require => Package[sudo], } } Does this still exist in the docs?
2009 Mar 14
1
setting language in ubuntu
From time to time, a new ubuntu install will have problems with locales, and language settings. I''d like to set up a recipe to fix this, so that things like perl ( especially perl ) work. Is there a convention/method for this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group.