search for: thij

Displaying 20 results from an estimated 52 matches for "thij".

Did you mean: this
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
2006 Jun 28
6
Rails 1.1.3 and routes to controllers in directories
Hi, All my controllers in subdirectories aren''t reachable by the normal urls anymore since my upgrade to 1.1.3. 404 errors. Did anybody else experience this? grtz Thijs -- Posted via http://www.ruby-forum.com/.
2006 Jul 13
3
date_helper megapatch and MultiparameterAssignmentErrors
...oing to create a ticket for this, but Trac isn''t working to well at the moment. It would be great if the date_helpers could get some love, they''re basically broken and useless in the current state. Is there any core member out there who could take a look at this? Thanks, Thijs Cadier
2007 Jan 03
18
error "Stack level too deep" on ''exec[ "perl Makefile.PL" ] ?
.../perlinstall[everything]/Exec[makefile-everything]/returns: change from notrun to 0 failed: stack level too deep And then a number of failed steps due to unresolved dependencies. Is this an error message from puppet or is the "stack level too deep" thing originating from something else? Thijs
2007 Nov 23
12
namespaced controllers
Out of curiosity, I''ve seen the following fail: module Admin describe MyController ... end end But this works fine: describe Admin::MyController .. end Why? Scott
2009 Feb 11
1
where to submit new logcheck rules?
...oghost doesn't do (many) other tasks than logging and logcheck, so those per-package shipped files do never end up on the loghost. How are these files supposed to end up on the loghost? Or would it be better if all ignore.d files would be shipped inside the logcheck-database package? cheers, Thijs -- Thijs Kinkhorst thijs at uvt.nl LIS Unix kamer G 236 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 544 bytes Desc: OpenPGP digital s...
2007 Jan 04
10
New Feature: Graphing
Hi all, One of the major new features in the upcoming release is that Puppet now uses a graph library internally to handle resource relationships. The big benefit to all of you is that you can use this library to turn these graphs into images. The trick, right now, is adding --graph when you run puppetd. This creates .dot files, which can then be interpreted by the
2007 May 26
13
munin module: manage clients and server''s config
Hello all. Probably this question has already been posed in the context of another software, but I am unable to find it. I would like to implement a module which should manage munin-clients as well as the munin-server. Here is what I am thinking about implementing: - There are two classes: munin::client and munin::server - munin::clients'' configuration will be managed automatically.
2007 Jun 09
12
Example module for central git repository via http (sort of like a subversion repo) [a bit RFC]
..., passwd => "<password>", } (and again see the header in definitions/clientsetup.pp) As you''ll see, it lacks some documentation at the moment, and it is very definitely debian/ubuntu-centric (as that is what I have). Thanks for your comments, gr, Thijs _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jan 15
7
How to conditionally run defines?
...> "test -e /var/www/testaa/index.pl", } I don''t know if this would be easy to add to the puppet language, or if it can easily be emulated with code in the define itself? I''m drawing a bit of a blank on the last option at the moment... ;) Thanks for any comments, Thijs
2006 Dec 24
3
Installing CPAN packages?
Hi guys, Has anyone yet tackled installing CPAN packages through puppet? I need some that aren''t available as separate debs, so if anyone has an idea how best to do this, I''d like feedback. Thanks, Thijs
2010 Oct 17
1
unbalanced repeated measurements Anova with mixed effects
....car, idata=idata, idesign=~guidanceID) Can I also use the aov function? But because of the unbalanced data, this will probably not provide the right results. Is that right? event1.aov<-aov(traveltime~guidanceID*gender*age*kmyear + Error(userID/guidanceID), data=event1) Thanks in advance! Thijs Muizelaar PhD student University of Twente
2006 Sep 23
4
"server" config option (and cmd-line option) don''t do anything for puppetd?
...e --server to point puppetd to the machine name I decided to use for it. Is this intentional and are the docs out of sync or is it a bug? Or am I doing something else wrong and it works for everyone else? (BTW: now using the latest source releases of facter and puppet on Ubuntu dapper) Regards, Thijs
2010 Feb 04
1
can't locate samba server in windows network/ can't add domain
...sent in the ARP table of the router) but on a windows host I can see the first server but not the second one. How can I get the seccond server to also broadcast it's netbios name to the windows hosts? Or can I bypass the whole thing by modifying the HOSTS file on the win XP hosts? Cheers, Thijs
2006 Jun 16
0
[ATTN] To all users of unicode_hacks
...! I have made irreversible changes to the plugin so that the routings are no longer overloaded. To call the character-bound routines, you need to use the "chars" or "u" accessors, as outlined in the docs http://julik.nl/code/unicode-hacks/index.html and in this blog post by Thijs: http://www.fngtps.com/2006/06/easier-unicode-support-in-rails I had to push the trigger on this because too much stuff was breaking with proper Unicode handling. I hope one day (when I am still alive) Matz will do the same and just abolish byte-bound Strings. It''s not likely to hap...
2007 Aug 27
2
Puppet Documentation
I''ve been watching the thread where Luke is having to spend time defending his position about documentation. Can we get off that? From my perspective, Luke, I''m glad you have documented as much as you have. I''m one of the few who have been a little stymied by what documentation is available, but in no way do I believe berating you for your lack of documentation is a
2007 Jun 29
5
Installing a file only if a package is available
Hi, is there a way to make sure a file is installed only if a certain package is installed on the client? e.g. I want to distribute the client key for NX via puppet. However I only want to install these files if package ''freenx'' is installed on the client. I tried adding ''require => package["freenx"]'' but then puppetd complains it
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 Jan 23
2
Inconsistent notices during puppetd --test run
...notice: Package[xxx](provider=apt): Failed to handle dpkg-query line "unknown ok not-installed xxx " }}} I think possibly the first problem is related to a different start/stop script in Ubuntu than in Debian, maybe? Dunno if the second is a problem, as the packages do seem to install. Thijs
2007 Jun 13
11
Re: classes and definitions --> RFC <--
On 12/06/07, Luke Kanies <luke@madstop.com> wrote: > > On Jun 11, 2007, at 12:01 PM, Thijs Oppermann wrote: > > > But they don''t always work. For example, in the example (a bit > > like) above (which was what I had in my git module definition for > > clientsetup): > > > > file { "/home/${user}/.netrc.d": > > ensure =&...