similar to: Re: Subscribe to multiple files - Modification

Displaying 20 results from an estimated 6000 matches similar to: "Re: Subscribe to multiple files - Modification"

2007 Feb 02
1
Re: Subscribe to multiple files - Modification
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 configured to be disabled. Is this supposed to happen, or should the ensure => stopped state be enforced even during a notify? 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 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 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 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
2006 Oct 18
0
ANNOUNCE: Puppet 0.20.0
Hi all, I''m happy to announce that Puppet''s latest release is out now. This release provides a mostly refactored interpreter, which provides two key language features. First and foremost, we now have virtual resources[1], which allows you to specify resources in one part of your configuration and mark them to be sent to your client in another. Second, resource overrides
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 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 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 Jun 13
11
Re: classes and definitions --> RFC <--
On 12/06/07, Luke Kanies <luke@madstop.com> wrote: > > On Jun 11, 2007, at 12:01 PM, Thijs Oppermann wrote: > > > But they don''t always work. For example, in the example (a bit > > like) above (which was what I had in my git module definition for > > clientsetup): > > > > file { "/home/${user}/.netrc.d": > > ensure
2007 Jun 11
4
freeBSD User provider
Hello, from the doc it seems that the User type has a provider of ''pw'' for FreeBSD. It seems the provider does not allow dupelicate, does not allow to manage the homedir and to manage password. in the code the duplicate uid is set so it seems the doc is out of date on this :) - manage home directory, i don''t really understand what is that parameter. The
2007 Oct 22
1
unsubscribe
I''d like to be removed from the puppet-users email list... but I cant find my name on the webpage. Thanks, Jennifer Ford *********************************** Manager, Unix Administration Teach For America Phone: 212-279-2080 ext. 688 jennifer.ford at teachforamerica.org One day, all children in this nation will have the opportunity to attain an excellent education.
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 07
5
exec on purge
Is there a way to exec something on purge?
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 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