search for: duritong

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

Did you mean: during
2013 Nov 15
3
Upgrade from Puppet 2.7.20 to latest !!!
Dear All, I have my puppet servers and clients on puppet 2.7.20 and I am planning to upgrade to the latest version. But the problem is that I have a lot of modules (downloaded from forge and few of my own) which used by hundreds of puppet clients. I need to know 1) Will the functionality of these modules get affected after this upgrade ? 2) Other than ritual of being on the latest verison, are
2011 Aug 07
3
Workaround to "Provider groupadd does not support features manages_members" ?
Hello, I wanted to manage a couple of groups membership, under RedHat, without managing the users (as they are LDAP users) but found out it is not supported.... Is there a workaround to this? I tried: group { "jbossd": gid => 520, members => ["user1","user2"], } Thanks a lot. Mohamed. -- You received this message because you are
2009 May 11
1
Creating configurations that require information from multiple hosts
Puppet users, I am a puppet newbie and I have what I hope is a simple question. What is puppet best practice for when you need to create configuration files or types based on information found in other nodes, essentially meta-configuration. So for a practical example my nodes have modules defined which say which services they run, and I would like this information to be used by the nagios host
2012 Sep 18
3
tinc puppet module to create a L2 mesh
Hi, I wrote a draft puppet module to maintain a L2 mesh based on tinc [1]. I tried to explain what it is about so that it makes sense even to people who know nothing about tinc [2]. Before polishing it so that it can be useful to the general public instead of just myself, I would very much appreciate your comments. This is my first experience with tinc and I would like to improve :-) Thanks for
2008 May 18
6
connection timeout / memory usage / locks / recompiling
...hat could be wrong and how I could fix this issue? Ah and I use 0.24.4 on all clients, as well the master. The master has the latest nagios_commands improvements applied (for some other host) and the problemclient has the timeout patch applied. thanks a lot and greets pete. [1] http://github.com/duritong/puppet-djbdns/tree/master [2] http://reductivelabs.com/trac/puppet/ticket/1176 [3] http://reductivelabs.com/trac/puppet/wiki/UsingMongrelNginx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" gr...
2012 May 04
16
forcing user resource provider to be local files only?
I see that there are an assorted bunch of "provider" types for resource type user. Are there not any "local file" providers for it? I have need of ensuring that certain local user accounts get created on all machines, reguardless of what the system "/bin/password" and "useradd" type mechanisms are set to. It would be really nice to find a pre-written