search for: pnasrat

Displaying 6 results from an estimated 6 matches for "pnasrat".

Did you mean: nasrat
2009 Mar 15
5
London (UK) Puppet Meetup 24th March (UKUUG social)
Various people have said they are going to UKUUG and I wanted to remind people if they are about and want to discuss puppet, facter, etc they can come along. Entry is not restricted to UKUUG attendees, I''ll try and make myself obvious by having some puppet related paraphenalia. http://www.ukuug.org/events/spring2009/social/ Paul --~--~---------~--~----~------------~-------~--~----~
2009 Jun 07
0
Re: MA Puppet Meetup Monday June 8th
2009/6/4 Paul Nasrat <pnasrat@googlemail.com>: > Meet to be held at Cambridge Brewing Company to talk puppet, systems > admin, agile systems, and have a few beers > > When: Monday June 8th from 18:00 > Where: Kendall Square, Cambrige, MA, USA - > http://www.cambrew.com/directions.html Gah I''ve had...
2009 Apr 26
0
London Puppet beers tomorrow
Just a reminder: Meet in the Bree Louise near Euston http://www.beerintheevening.com/pubs/s/40/4034/Bree_Louise/Euston for some real ale from around 18:30 Paul --~--~---------~--~----~------------~-------~--~----~ 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
2008 Feb 11
1
ctags support for puppet
This is a quick and dirty .ctags file that makes basic navigation possible with vim and ctags, great if you have multiple files: --langdef=puppet --langmap=puppet:.pp --regex-puppet=/^class[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/ --regex-puppet=/^site[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/ --regex-puppet=/^node[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/ --regex-puppet=/^define[
2008 May 26
1
Interest in win32-installer
I was wondering if people would be interested in wrapping msi.dll functionality, I''ve started writing a small library to enable enumeration of products installed via Windows Installer using win32api (I know I can also query via win32ole to win32_product but I don''t seem to get all the properties that are in msi.h). It''s a little messy, and I''ve not got far as
2008 Mar 11
6
Bad instruction on x86_64 build on OS X with DTRACE_PROBE
I was looking at mod_trace (http://prefetch.net/projects/apache_modtrace/index.html ) and playing with getting it to compile on OS X. When building for x86_64 with -arch x86_64 we get bad instructions generated: gcc -o foo -arch x86_64 foo.c /var/folders/rV/rV1x2DafFr0R6tGG+1bbk++++TM/-Tmp-//ccnykQ1o.s:11:bad register name `%%esi)'' Using gcc -S I can definitely see we are not