search for: prud

Displaying 15 results from an estimated 15 matches for "prud".

Did you mean: prod
2006 Sep 27
4
An option to test what will be done by the puppet client?
Hi, I can''t find an option of the puppetd client that can just print what the puppetd client will do on my system (updateing files, installing softwares, etc), but without doing all the things (like a "diff" between the current state of my system and the state defined on the puppet server). Is such option exists ? Regards
2007 Jul 12
11
Problem with "defined" keyword
Hi, I''m running Puppet 0.23.0 on my servers, and i got something like this: In a classa.pp file (included in site.pp): class A { file { "test1": ... } } In a classb.pp file (included in site.pp): class B { file { "test2": ... } if defined(File["test1"]) { ... do things ... } if
2007 Feb 14
2
Problem with a template file
Hi, I''ve got a problem when using templates in Puppet. In my node declarations, i set (or not) some special variables to activate (or not) some part of my configuration. When i don''t need the configuration part, i don''t declare the variable. I then use something like this in my templates: ... <% if defined? myvar %> ... myvalue = <%= myvar %> ... <%
2007 Jan 24
4
Installing YUM with Puppet
Hi, I have this small problem with my servers managed by Puppet (i have a workaround so the problem is not so important): 1) These servers are installed with Red Hat Linux Enterprise and i use Puppet in client-server mode. 2) I''ve made a Puppet class called "yum" to install (by the RPM package provider) and configure YUM on my servers. I don''t use the YUM package
2007 Jul 16
9
DRBD facts
Hi, I can''t find a way to add a page on the wiki (i''m logged in but there is no edit button on the facter recipes page), so here is a recipe for DRBD. It has been tested on version 0.8.4. Can someone publish it on the web site? if FileTest.exists?("/proc/drbd") result = {} Thread::exclusive do File.readlines("/proc/drbd").each do |l| if l =~
2006 Oct 18
1
Dynamic groups for a user
Hi, I try to find a way to do this in Puppet: - i have a web server with Apache installed - on this web server i got user accounts (and there is a group for each user with the same name as the user name, in my case a group called "sebastien.prudhomme". This group is the initial group of the user) - i want to set up UserDir in Apache so that my users can have their own website. - on my server, users have their website in $HOME/public_html (it seems to be the defaut configuration on Apache) - The $HOME of each user is in 770 mode so tha...
2006 Dec 13
3
Bug status for next release
Hi all, I''ve now finished all of the functionality I plan to add in the next release, so all that remains is closing as many open bugs as possible. I''ve gone through and marked all of the bugs I specifically plan on fixing with the ''minor'' milestone. If you have a bug in the db[1] that you think needs to be fixed in the next release but is not
2007 Jul 09
3
how to make a package depend on 2 or more other packages
Hi, when using puppet to install extra rpm packages on centos: how can I make a package depend on 2 or more other packages. e.g. this works: class centos4_extra_packages { package { "test1" : ensure => installed, require => package["prereq"] } } but I can''t figure out how to make test1 require
2007 Jan 25
3
overriding file in a class
Hello, i use a file type to manage sysctl.conf. For some work i override this file by doign File[''/etc/sysctl.conf''] and i have an exec refresh only to run sysctl -p so it reread the sysctl.conf file if changed. My issue is that at each run i got, i start in state when i see the overriden one on the server: 1st run, i have the basic sysctl.conf not the ovveriden one
2006 Oct 14
4
How do I manage manifests most efficiently...?
Hi As I''m more familiar with cfengine and it''s way to split updates (in update.conf) from the actual grunt work (in cfagent.conf), I''m wondering how to best manage puppet and my manifests with puppet...? Should I define a puppet class that copy the puppet package (in .tgz format) and all the manifests to the client, and then have all my other classes depend on
2009 Jun 16
1
[Announce] Samba 3.2.12 Maintenance Release Available for Download
...lt;metze@samba.org> * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the owner. * Fix a crash bug if we timeout in net rpc trustdom list. o D.L. Meyer <dlmeyer@uiuc.edu> * BUG 5832: Fix build on RHEL when ccache is not available. o Sébastien Prud''homme <sebastien.prudhomme@gmail.com> * BUG 5945: Fix out of memory error with Winbind idmap. o Karolin Seeger <kseeger@samba.org> * BUG 5835: Add keyutils-devel to build requires. o Simo Sorce <ssorce@redhat.com> * Fix profile acls in some corner case...
2009 Jun 16
1
[Announce] Samba 3.2.12 Maintenance Release Available for Download
...lt;metze@samba.org> * BUG 2346: Fix posix acls when setting an ACL without explicit ACE for the owner. * Fix a crash bug if we timeout in net rpc trustdom list. o D.L. Meyer <dlmeyer@uiuc.edu> * BUG 5832: Fix build on RHEL when ccache is not available. o Sébastien Prud''homme <sebastien.prudhomme@gmail.com> * BUG 5945: Fix out of memory error with Winbind idmap. o Karolin Seeger <kseeger@samba.org> * BUG 5835: Add keyutils-devel to build requires. o Simo Sorce <ssorce@redhat.com> * Fix profile acls in some corner case...
2009 Aug 12
1
[Announce] Samba 3.2.14 Maintenance Release Available
.... * BUG 6382: Case insensitive access to DFS links broken. * Fix a race condition in Winbind leading to a panic. * Add workaround for MS KB932762. o Jim McDonough <jmcd at samba.org> * BUG 6481: Don't require "Modify property" perms to unjoin. o S?bastien Prud'homme <sebastien.prudhomme at gmail.com> * 5945: Fix out of memory error with Winbind idmap. o Simo Sorce <ssorce at redhat.com> * BUG 6628: 'smbpasswd -a' uses algorithmic rid base with 'passdb backend = tdbsam'. * Avoid duplicate ACEs. * F...
2009 Aug 12
1
[Announce] Samba 3.2.14 Maintenance Release Available
.... * BUG 6382: Case insensitive access to DFS links broken. * Fix a race condition in Winbind leading to a panic. * Add workaround for MS KB932762. o Jim McDonough <jmcd at samba.org> * BUG 6481: Don't require "Modify property" perms to unjoin. o S?bastien Prud'homme <sebastien.prudhomme at gmail.com> * 5945: Fix out of memory error with Winbind idmap. o Simo Sorce <ssorce at redhat.com> * BUG 6628: 'smbpasswd -a' uses algorithmic rid base with 'passdb backend = tdbsam'. * Avoid duplicate ACEs. * F...
2007 Aug 23
10
Using resource names in templates...
Hi all, I''ve been turning my head upside down to find a solution on the following problem: I have a samba fileserver and need to make puppet do: 1. Create groups 2. Create directories with group rights 3. Create an smb-shares.conf from a template that can be included in the main smb.conf. To do this I need to have a combination of sharename and group _and_ create the