similar to: Dynamic groups for a user

Displaying 20 results from an estimated 2000 matches similar to: "Dynamic groups for a user"

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 %> ... <%
2009 Aug 12
1
[Announce] Samba 3.2.14 Maintenance Release Available
================================================================ "I think there is a world market for maybe five computers." Thomas Watson ================================================================ Release Announcements ===================== This is the last maintenance release of the Samba 3.2 series. Please note that this is the last bugfix release of the
2009 Aug 12
1
[Announce] Samba 3.2.14 Maintenance Release Available
================================================================ "I think there is a world market for maybe five computers." Thomas Watson ================================================================ Release Announcements ===================== This is the last maintenance release of the Samba 3.2 series. Please note that this is the last bugfix release of the
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 =~
2009 Jun 16
1
[Announce] Samba 3.2.12 Maintenance Release Available for Download
================================================================ "Your background and environment is with you for life. No question about that." Sean Connery ================================================================ Release Announcements ===================== This is a maintenance release of the Samba 3.2 series. Major enhancements in 3.2.12 include: o
2009 Jun 16
1
[Announce] Samba 3.2.12 Maintenance Release Available for Download
================================================================ "Your background and environment is with you for life. No question about that." Sean Connery ================================================================ Release Announcements ===================== This is a maintenance release of the Samba 3.2 series. Major enhancements in 3.2.12 include: o
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
2006 Jun 01
4
Ruby on Rails strange issue
Hello, I just installed Ruby on Rails and created the new repository. I wanted to use Ruby on Rails with FCGI The repository was created in /path/to/public_html ls /path/to/public_html/ : app cgi-bin config doc log public README script tmp asd components db lib logo.jpg Rakefile README_LOGIN test vendor I installed fcgi support for ruby on rails and
2008 Aug 17
2
Question to smbclient and domain users
Hi, smbclient \\\\i60ws1\\public_html -U ladanyi results in: [2008/08/17 10:43:10, 0] smbd/service.c:make_connection_snum(1003) '/var/www/public_html/IPR-OFFICE/ladanyi' does not exist or permission denied when connecting to [public_html] Error was Permission denied I use the: winbind use default domain = yes option. This option works for wbinfo -u/-g option. Is it possible
2009 Sep 18
13
Rails 2.2.3-1 Problem
After installing the rails I faced this problem. If anyone aware of this problem, kindly give solution for this. vellingiri@WebDevel:~/public_html/Isync$ ./script/server => Booting WEBrick... /usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate'': can''t activate activeresource (= 2.3.4, runtime), already activated activeresource-2.1.0 (Gem::Exception) from
2007 Jun 14
2
Compression and Excludes not working
Hello, Using rsync 2.6.9: --compress-level=9 brings up an error "Command not found". Also this command: rsync -e "ssh -p 2222" -axzvc --progress --stats patwa@patwanet.co.uk:/home/patwa --exclude=/home/patwa/public_html/dl/ --exclude=/home/patwa/public_html/jithwish/ --exclude=/home/patwa/public_html/senaka/ /home/H/HGBackup13062007 ; sync Works in that it transfers the
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
2016 Dec 28
2
Help with httpd userdir recovery
Robert, On Wed, 2016-12-28 at 01:43 +0100, John Fawcett wrote: > On 12/28/2016 01:12 AM, Robert Moskowitz wrote: > > > > > > On 12/27/2016 07:06 PM, John Fawcett wrote: > > > On 12/28/2016 12:34 AM, Robert Moskowitz wrote: > > > > > > > > On 12/27/2016 05:44 PM, John Fawcett wrote: > > > > > That error should be caused by
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 Aug 02
1
rsync giving directory by name, instead of contents
Hi all! I've read the manual and google'ed aplenty, but sadly can't figure out this particular issue. Perhaps someone can thwack me with the correct cluestick? I have a number of directories listed under one path in an rsyncd module. I'd like to rsync the contents of some of the directories. Here's essentially what the source filesystem looks like: /home /home/user1
2011 Jun 15
11
Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server
Hi, I''m trying initialize my local rails server but I haven''t can, because when I write "rails server", show me this message: => Booting WEBrick => Rails 3.0.3 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting /home/distriker/Documentos/public_html/auth/mysql2/ruby/1.8/gems/
2008 Jul 07
1
RFE: extend --keep-dirlinks to files also
Hi, I just read the thread http://lists.samba.org/archive/rsync/2004-June/009678.html which describes how --keep-dirlinks came to be. My use case is similar, but I?d like a similar option for files as well. Setup: in my public_html I have some symlinks which I send over as files, with -L (for various reasons: partly, because they are copies of current work which is done elsewhere, or