search for: j8irfm

Displaying 20 results from an estimated 20 matches for "j8irfm".

2007 Feb 22
4
Assistance Requested
Hello, I am currently experiencing a bit of a quandry with how to specify default configuration applications to generic nodes. Here is an example setup: Classes: Class A Class B inherits Class A Class C inherits Class B Problem: I have unique hosts (nodes) X and Y and a bunch of other standard hosts. I would like X and Y to be able to override attributes in Class C (thus inherit class C) but
2007 Feb 02
1
Re: Subscribe to multiple files - Modification
...ing a service, in this case nfs, appears to cause the service to load even if the service is configured to be disabled. Is this supposed to happen, or should the ensure => stopped state be enforced even during a notify? Thank you, -- Rob -- ----- Original Message ---- From: Robert Mombro <j8irfm@yahoo.com> To: puppet-users@madstop.com Sent: Friday, February 2, 2007 12:58:09 PM Subject: [Puppet-users] Subscribe to multiple files Hello, I am attempting to reload both nfs and nfslock when changing my exports configuration file. Unfortunately, I am unable to discern the correct syntax fo...
2007 Jan 22
1
Some trouble with file and source
Is it possible to have two files that source the same puppet-hosted file in the same File description? Example: [ "/etc/issue", "/etc/issue.net" ]: owner => root, group => root, mode => 644, source => "puppet://puppet/files/issue" Should this work, or am I doing something wrong? Thank you, -- Rob --
2007 Feb 27
3
Problem enforcing permissions on remote file copy
Hello, I have been attempting to do the following: file { "/home/test/test.txt": owner => test, group => test, checksum => md5, source => "puppet://puppet/files/test.txt" } At first, this appeared to work, but now I realize that when the file is copied from the server, the permissions are not applied until the next puppet run. Does puppet not apply the
2007 Feb 13
10
Is there a limit on the size of a template?
Hello, I have recently run across the following error: /usr/lib/ruby/1.8/yaml/rubytypes.rb:315: [BUG] Segmentation fault This has happened after adding a particularly large template file with ruby 1.8.1. Thank you, -- Rob -- ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews
2007 Jan 17
16
Cron jobs not removed when deleted from Manifest
I''m not sure if this has been posted previously, but I couldn''t find any information on it. I added a cron job via the cron type and it installed properly. Next, I removed the cron type from the manifest. The result was that, while the entry was no longer in the yaml file, the cron entry was not removed! Is this a bug, or the way that it is supposed to function? Thank you,
2007 Feb 02
1
Re: Subscribe to multiple files - Modification
Mr. Kanies, If you would not mind filing the bug, it would be appreciated. Puppet Version: 0.22.0 Platform: Fedora Core 6 Thank you, -- Rob -- ----- Original Message ---- From: Luke Kanies <luke@madstop.com> To: Puppet User Discussion <puppet-users@madstop.com> Sent: Friday, February 2, 2007 1:34:13 PM Subject: Re: [Puppet-users] Subscribe to multiple files - Modification On Feb
2007 Feb 06
1
Mount options
Hello, I am currently attempting to manage the /etc/fstab file using the Mount command but do not want the command to do anything to certain mounts that I specify. I have tried different ''ensure'' options, but puppet seems to always want to try an mount or unmount the devices. Basically, I would like to have certain options in the fstab on the cdrom and floppy devices but leave
2007 Feb 09
1
Gracefully recovering from state.yaml corruption.
Hello, I have recently attempted to automatically restart my network interfaces when I update my network configuration files. During this process it seems that one out of every three or so runs will cause the state.yaml file to become corrupt. The next run of puppet will respond with messages similar to "can''t find object :nil". Deleting the state.yaml file and running
2007 Feb 09
0
Tickets submitted
Mr. Kanies, #489 - Owner, User, and Group in /etc/puppet/puppetd.conf #490 - State file not recovering gracefully #491 - System fails if state file exists and localconfig file does not Thank you, -- Rob -- ____________________________________________________________________________________ Cheap talk? Check out Yahoo! Messenger''s low PC-to-Phone call rates. http://voice.yahoo.com
2007 Jan 23
2
Default variable reference
Hello, I have been perusing the documentation looking for the default list of variables that puppet defines such as $operatingsystem. For instance, how is $host translated; <host>.<domain>, or just <host> and where can I find this information. Thank you, -- Rob -- ____________________________________________________________________________________ Never miss an email
2007 Jan 24
1
Laptop/Offline Mode
Hello, Is it possible to utilize puppet in an offline mode? For example, if I use puppet to manage a connected laptop with remote file sources, can the files be cached locally in a protected location for system stability when not connected to the network? Thank you, -- Rob -- ____________________________________________________________________________________ Want to start your own
2007 Jan 29
1
Default directory permissions
Hello, What is the justification for having both /var/run/puppet and /var/lib/puppet/state both world writable and sticky? Thank you, -- Rob -- ____________________________________________________________________________________ Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now. _______________________________________________ Puppet-users mailing list
2007 Feb 09
1
Confusion regarding standard file permissions.
Hello, I am attempting to extend the standard manifest generated by puppetd --genmanifest. Interestingly, it seems like my file configurations are not being honored in terms of permissions and ownership. Instead, the default permissions and owners are being set. Is there some way to override the defaults from within a manifest? Also, I attempted to use the special parameters in the
2007 Feb 02
2
Subscribe to multiple files
Hello, I am attempting to reload both nfs and nfslock when changing my exports configuration file. Unfortunately, I am unable to discern the correct syntax for making a single object subscribe to multiple objects. I have tried: => [nfs nfslock] => [nfs, nfslock] => [[nfs],[nfslock]] => [[nfs] [nfslock]] and none of them seem to work. Any assistance would be appreciated. Thank
2007 Jan 19
2
A pre/post execution question
If I have an operation, such as an RPM install, and I have certain mounts that are read-only, how should I go about making sure that they are read write prior to an update? For example: 1. Re-mount file systems as read write. 2. Perform RPM updates 3. Re-re-mount file systems as read only. I got to thinking about this when I saw the post about automatic remounting after changing mount options.
2007 Jan 17
3
SSL Questions
Hi, I''ve just started using puppet and I have a couple of questions about the SSL capabilities. 1) Can I use my own certs or do I have to use the ones provided by puppetmaster? 2) How can I set the "Not Before" time to be now instead of a few hours from now? Thanks! ____________________________________________________________________________________ It''s here!
2007 Mar 19
4
Changing the SSL Ciphers used between Puppet client and server.
Hello, Is it possible to specify which of the OpenSSL ciphers to utilize during client/server communication? Thank you, -- Rob -- ____________________________________________________________________________________ 8:00? 8:25? 8:40? Find a flick in no time with the Yahoo! Search movie showtime shortcut. http://tools.search.yahoo.com/shortcuts/#news
2007 Jan 25
6
Performing actions in parallel
Hello, I have been running multiple exec scripts that could run in parallel. Does puppet run as much as possible in parallel? If it does not, is there a way to specify that actions may be run in parallel? Also, is puppet a multiple or single thread application? Thank you, -- Rob -- ____________________________________________________________________________________ Sucker-punch spam
2007 Feb 06
31
Removing circular dependant RPM files with Package.
Hello, I just attempted to remove both the ypbind and the yp-tools packages using the package parameter with yum. As it turns out, both of these packages depend on each other. Is there a way of forcing package removal and, if there is not, is there a way of making all packages to be removed be collapsed into the same yum command? Either of these solutions would solve the problem with the