search for: mombro

Displaying 20 results from an estimated 23 matches for "mombro".

Did you mean: membro
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 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 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 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 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 Feb 20
8
overriding included classes
I believe this has already been discussed[1], but I''d like to add a bit more to that original discussion and see if anyone has any suggestions. Here''s what I''m trying to do: we have a set of very thorough "wipe" scripts that run every night on our workstations. I''d like to stash these into a class so that I can include them as a group: class wiped
2007 Feb 02
1
Re: Subscribe to multiple files - Modification
...that notifying 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 correc...
2007 Feb 02
1
Re: Subscribe to multiple files - Modification
...k 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 2, 2007, at 12:03 PM, Robert Mombro wrote: > Hello, > > I apologize for the duplicate post, but I made a typo last time. > > I am trying to notify the service, not subscribe to it. > > Also, I found that notifying a service, in this case nfs, appears > to cause the service to load even if the service is con...
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 18
5
Docs moved to Trac
Hi all, Peter Abrahamsen has duplicated all of the documentation and cookbook pages in Puppet''s Trac page: https://reductivelabs.com/trac/puppet/wiki/DocumentationStart Please let me or Peter know if there are any problems. -- A motion to adjourn is always in order. --Robert Heinlein --------------------------------------------------------------------- Luke
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
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 06
14
Unless in exec doesn''t seem to be honored on notify.
This was a fun one to track down... I was trying to use the append_if_no_such_line script from the wiki and it was working fine EXCEPT when I threw a notify at it. The notify appears to completely ignore both unless and onlyif within the exec for some reason. If I put the same test in the actual command line, it works fine. Example: unless => "/bin/grep -Fqe ''$line''
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 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 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