similar to: How I use puppet

Displaying 20 results from an estimated 400 matches similar to: "How I use puppet"

2007 Jun 25
0
Assertions
Dear list! For the ongoing modularisation of my config I wrote a assert_lsbdistcodename class today, which can be used for failing parts or complete configurations if a certain variable is not set (lsbdistcodename in this case). Please find the file attached. Regards, David -- - hallo... wie gehts heute? - *hust* gut *rotz* *keuch* - gott sei dank kommunizieren wir über ein septisches
2007 Jan 14
0
file_splice Hack
Hi *! Here is a hack to emulate cfengines editfiles/Group behaviour. {{{ $splice_dir = "/var/local/puppet/splice" file { $splice_dir: ensure => directory, tag => "file_splice", } # Replace a section marked by # comment_char {BEGIN,END} pattern # with the given content # if checksum is set to "none", no resource is defined for the edited file define
2007 Jun 29
2
DesignPatterns part 2: humane class names with namespaces
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear list! In an effort to get feedback and spread the word, here follows the second article about possibilities to structure manifests. These Design Patterns are more general than the typical Puppet Recipie and will receive a own page on the wiki when I collect enough[1] material. To the meat: humane class names with namespaces Class names
2007 Feb 20
5
Recipe for Apache2 on Debian (Etch)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Tim, *! Thank you for posting your nice apache2 recipe to the wiki! It''s really good to see how others make things happen and a good example for others. One little thing though caught my notice because I''m currently making the same naughty thing on Simple Text Recipes. There is no ensure attribute. Since you already have done
2007 Mar 19
7
Monitoring puppet
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *! How do you monitor when the last puppet transaction was successful on a node? I''m searching for something easy like a timestamp, so I can put a nagios watch on this. Regards, David - -- - - hallo... wie gehts heute? - - *hust* gut *rotz* *keuch* - - gott sei dank kommunizieren wir über ein septisches medium ;) -- Matthias Leeb,
2006 Oct 06
8
VServer Support
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *! I''m currently working on integrating VServer support into puppet. I have uploaded a prototype for managing interface configuration to the Cookbook at http://reductivelabs.com/cookbook/VServerRecipes and would very much appreciate feedback about style and functionality. Regards, David - -- - - hallo... wie gehts heute? - - *hust*
2007 Jun 25
5
Module Patterns part 1 -- The Puppet Semaphor
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear list! While converting my config to modules, I''m applying puppet''s mechanisms to interact with and between modules. Here I''ll try to collect a few patterns to create awareness of fundamental module patterns. After feedback/discussion I will add this to the wiki. The Puppet Semaphor ===================
2007 Jan 14
7
Delayed detection of updates
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi *! Has anybody a fix/workaround for this beahaviour? My Service[munin-node] is subscribed to the timestamp of a directory containing config-snippets like this: {{{ file{"/etc/munin/plugins": checksum => mtime, } service{munin-node: subscribe => File["/etc/munin/plugins"], # ... }}} When adding new snippets to the
2015 Jul 11
0
Problem with Samba 4.2/FreeBSD10.1
On 11/07/15 04:06, Lee Brown wrote: > Hi Everyone, my first foray into Samba and AD both. > > Not sure if this is an OS or configuration problem. I've found similar > issues, but nothing either recent enough (is related to samba 3) or close > enough. > > FreeBSD-10.1-RELENG, Samba 4.2.2. > > I have the domain provisioned as rfc2307 > I have joined a Win7-virtual
2015 Jul 11
1
Problem with Samba 4.2/FreeBSD10.1
On 11/07/15 10:16, Rowland Penny wrote: > On 11/07/15 04:06, Lee Brown wrote: >> Hi Everyone, my first foray into Samba and AD both. >> >> Not sure if this is an OS or configuration problem. I've found similar >> issues, but nothing either recent enough (is related to samba 3) or >> close >> enough. >> >> FreeBSD-10.1-RELENG, Samba 4.2.2.
2015 Jul 11
2
Problem with Samba 4.2/FreeBSD10.1
Hi Everyone, my first foray into Samba and AD both. Not sure if this is an OS or configuration problem. I've found similar issues, but nothing either recent enough (is related to samba 3) or close enough. FreeBSD-10.1-RELENG, Samba 4.2.2. I have the domain provisioned as rfc2307 I have joined a Win7-virtual machine to the domain I have created a new user with ADUC I have assigned 10000 to
2002 Jul 11
0
(there was no subject, but about rsync/ssh"
In order to do rsync over ssh without providing a password, you must be able to ssh without a password. The --password-file= option is to provide a password for a rsyncd server (run as rsync --daemon) password. rsync cannot provide a password to an external transport like ssh or rsh. You will find that if you do "ssh -l wl 192.1.4.231 uname -a", for instance, it will ask for a
2013 Aug 22
0
Build problems: klibc with Linux 3.10.7
leroy christophe dixit: > But I'm building a klibc/klcc for cross-compilation, and I don't need (and > don't want) a powerpc klibc.so in /lib in the middle of all other i386 libs. Of course you don?t. You?re just needing to set SHLIBDIR explicitly for this specific use case. > As I say above your answer, when I set prefix to /opt/klibc and SHLIBDIR to > /opt/klibc/lib,
2009 Jun 26
1
Migrations-Fortschritte
Hallo Herr L?ttecke, unser Umzug in Berlin ist zum Gro?teil ?ber die B?hne. Herr Adam hatte w?hrend desser auch heute mit mir telefoniert um die letzten ?nderungen die wir in Ihrem Setup durchgef?hrt hatten und die danach aufgetretenen Probleme, von denen Sie heute berichtet haben, zu besprechen. In dem Telefonat und der Remote-Session anschlie?end konnte er Ihnen offensichtlich sehr gut helfen.
2000 Apr 12
1
Problems with SuSE 6.4
Hello! A friend of mine tried to install R 1.0.0 on a Linux SuSE 6.4 with new compilers and new X. First the X-libs could not be found. Using the apropriate flags to change the paths for X-libs for configure (deleting first configure.cache) did not solve the problem. So he copied the libs to the expected /usr/X11/lib/ resp. include (because linking was not possible) it compiled fine up to the
2007 Mar 11
0
No subject
export LDFLAGS="bexpall bla bla" Thanx and best regards. 2007/3/28, Ralf Becker <beckerr at fh-trier.de>: > > Hello funkypunky drunky, > > on AIX dovecot plugins (which are shared objects = .so) are a little bit > problematic. It is not enough to activate run time linking by using > -brtl and make the main program (dovecot) to be able to use shared > objects.
2002 Jul 11
0
rsync digest, Vol 1 #797 - 4 msgs
If it's anything like the rooms I saw last year...some rooms have "wardrobes" meaning that you have a unit with a shelf, a "closet" cabinet type thing, and about 5 drawers. If you have lots of clothes, bring extra storage containers because thos drawers can't really hold much. Or don't bring so many clothes:) I think some of the two room doubles have huge-ass floor
2003 Aug 06
2
Re: continuing offtopic discussions
hello, please excuse my miserable english, and the anoying content of this mail for most list readers ome time ago i started to wonder if i had been subscribed not to the list i wanted to, because i received lots of mails about filenames and their extentions, and i do not bother about that at all. (well, of course i do unterstand that some peoples do bother about, but i'm almost sure there
2015 Dec 16
0
samba4 schema for openldap
Assuming the DNS for the site is setup correctly, the srv records should be evenly spreading the load among the servers on the site that the client is on. With Windows based domain the answer to this question is either fix your ldap client to use the SRV records and not use only the DC with the PDC Emulator role, or add more DCs to the site. I would assume the answer is the same for a Samba
2002 Jul 11
0
Sorry about that-New way to run Rsync on OSX
Whoops, I apologize for the off topic e-nail. I meant to write a reply but I mixed up my messages to the various listservers I'm subscribed to. I'll remember to check my address next time. I've found a new way to run Rsync, it works pretty well, and involves a disk image mounted on a server that's created with Disk Copy. It serves our purpose pretty well for what we're doing