search for: renfro

Displaying 20 results from an estimated 46 matches for "renfro".

Did you mean: renato
2007 Nov 08
7
Best practice for users/groups on solaris
Hi all, I''m a new puppet user and I''m running into some weirdness around creating users on solaris. (puppet version 0.23.2) The virt_all_users way of managing users seems pretty reasonable, but I don''t see how to deal with user specific groups with that. I have: class virt_all_users { @user { "seph": ensure => "present",
2008 Nov 10
10
Appending a file to an existing file
Hi, I have a template file which I would like to append to an existing file (in this case I wish to add a few lines to /etc/motd). Unless I''ve missed it, it does not appear that file has an append option. Is there an easy way copy to the end of a file Thanks Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2007 Jul 01
5
Mount and fstab problems with large devices?
...ions> <dump> <pass> proc /proc proc defaults 0 0 /dev/sda1 / ext3 defaults,errors=remount-ro 0 1 /dev/sda5 none swap sw 0 0 /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0 -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
2008 Aug 11
6
Class dependency question
So I have two classes for openvz setup. The first is openvz::setup and it sets up the box for OpenVZ.. then another class (in same .pp file) called openvz::master sets up the config for the main system (as opposed to a VE). The error I see is that the openvz::master class is executed (and fails) becuase it doesn''t seem to load up the setup class? debug: Calling puppetmaster.getconfig
2007 Nov 20
5
Solaris 10 Jumpstart instructions on the wiki now
...and running, but the lack of a running svc.configd means they don''t register themselves in a Jumpstart. I''ve hacked around this by symlinking his manifest under /var/svc, but is there any way to detect running in a Jumpstart and modify the svcadm command accordingly? -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University
2007 Nov 13
2
new to puppet - can puppet push its content to remote servers?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I was made aware of puppet a few weeks ago and I really like the way things are working. What I liked at cfengine was the capability to push content from the central server to any node. There was no need to open a port from DMZ or any other remote system to the central server. Is there a similar way within puppet? How is this solved by other
2009 Apr 26
5
Factor questions
Hello, I''m new to puppet and facter. Initially we are planning on using facter/puppet to inventory machines (Mac, Ubuntu, and RHEL). We plan on writing a number of custom facts. Obviouly some of the facts will only be specific to some OSs. I know there is a "confine" method, but it confuses me. It seems the confine statement in some of the recipes and in the Turnbull book is
2007 Nov 12
2
How to keep several puppetd in sync at the same time ?
Hi, I''m still writing my djbdns module, I came to the following design issue with master and slave tinydns. Normally there is no such master and slave distinction in djbdns: all tinydns instance are equal. Usually one instance on one host is considered the master on, which the RR are changed, and when you need to propagate them, you rsync the datas to the other hosts, where they will be
2007 Dec 04
10
Using puppet to manage user access to servers.
I''m guessing this is a common use case, but I wasn''t able to find anything in the site FAQ. We''re looking at using Puppet on about 100 servers to control which user groups have access to which servers. The use case is as follows: We have Groups of servers, for example: CUSTOMERservers (serverA, serverB, ...,serverK) ADMINISTRATIVEservers
2007 Aug 16
0
No subject
...i/ConfigurationReference). Then you could use schedules to limit how often less volatile resources are checked. Another option for triggering a sync would be to use puppetrun, however this would require you to have the appropriate ssl certs distributed. Thanks Brian On Nov 12, 2007 8:31 AM, Mike Renfro <renfro at tntech.edu> wrote: > On 11/12/2007 3:19 AM, Brice Figureau wrote: > > Can you think about a more puppet-like way of doing things which > > guarantees each puppetd can see the same data file at about the same > > time ? > > Schedule: http://reductivelabs.c...
2007 Jun 01
1
Puppet starting before network is up
...ing before it can contact the puppetmaster. # Wait up to 30 seconds before continuing. pserver=REDACTED for n in `seq 1 30`; do ping -c 1 $pserver >& /dev/null && break echo -n " $n" sleep 1 done DAEMON_OPTS="--server $pserver --factsync" ===== -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
2007 Jul 30
1
Module question: resources evaluated once or repeatedly?
...kdisklist.archival with contents {md5}4eb027751e0987d3a4fbdfd466aa5d05 I''m currently attempting to move the once-per-system resources into the amandaconfig definition, but that''s causing other errors, I assume because puppet sees me specifying /opt/amanda repeatedly. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
2008 Sep 04
8
Potential new puppet user: two questions
Hello, I am examining whether puppet meets our needs. I can''t find the answer to two questions I am looking to answer, hopefully someone can help. 1. Can puppet be used to manage different classes of the same computers, e.g. do something on the apache test farm, if it works then do it on the apache live farm; and is this done cleanly? 2. How are package updates (e.g. yum update/yum
2007 Jun 08
5
Help needed with a basic recipe
Can anyone point me to a "Writing Puppet recipes for Dummies" doc? I''m trying to do a basic probe using lspci to see if I have a Qlogic HBA installed on the machine, and if so, install the Qlogic scli package. Here''s a shell script of what I''m trying to do: #!/bin/bash vendor=1077 # QLogic model=2422 # 24xx hba /sbin/lspci -n -d $vendor:$model | grep
2007 May 25
1
hosts.equiv management?
...06e, ch406f, ch406g, ch406h, ch406i, ch406j, ch406k, ch406l, ch406m, ch406n { include ch406-host } So the end result is that all ch405* nodes get the same hosts.equiv file, and all ch406* nodes get a different hosts.equiv file. Where should I look to get rid of the duplicated code? -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu
2008 Apr 04
3
Issues with mirroring directories with puppet
It''s my understanding that if a file exists under a directory on the puppet client but doesn''t exist under directory on the puppet server server and puppet manages that directory on the client, that it won''t delete that file on the client. I''m trying to keep certain directories synchronized with the puppet server,. It seems that the standard file operations
2008 Nov 20
9
create a file only if directory exists
I''m trying to create a virtual host file only if the document root directory exists. It doesn''t look like puppet is seeing the require metaparameter. Currently, the file is being created whether or not the document root directory exists. What is the best way to currently do this? I''m trying to create a file called site1.conf in /apps/apache/conf.d only if
2007 Jul 06
5
The puppet model
It seems to me that when you have a master server and a client computer, the master doesn''t really need to know the implementation details of the client computer. It''s kinda like a browser from my perspective...the server is just telling the browser what needs to be drawn on the local side. Does the puppet model work like this? If not, I guess what I read didn''t
2007 Dec 03
3
exec when missing a file but service installed.
Hi all, I am new to this list and puppet. I am working at the Rutherford Appleton Lab and am part of a team that looks after several hundred servers mainly running Scientific Linux (based on RedHat). I am currently looking at puppet to be used to perform what is currently done by kickstart scripts, with these performing an on going configuration job once the systems are built. My current
2008 Jan 06
0
RFC: defined type for stowed packages
...te > > # /etc/puppet/files/stow-initator_${basepackage}-${version}" on > # the puppetmaster > > stowedpackage { > "hello-2.2": > basepackage=>"hello", > version=>"2.2"; > } -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu