search for: fqdn_rand

Displaying 11 results from an estimated 11 matches for "fqdn_rand".

2013 Jul 11
0
Function fqdn_rand - how can I use it outside of Puppet ?
I have a temporary need to be able to duplicate this function outside of Puppet. How do I strip out the important stuff and make a stand-alone ruby script out of it ? “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” Bill Waterson (Calvin & Hobbes) -- You received this message because you are
2013 Aug 01
3
escape sequence within generate function
I''m looking for some help in getting the proper escape sequence within the generate function. Ultimately what I''m trying to do is generate some random strings, store them as variables, and use those variables to populate configuration files stored as templates. I can get this to work when applying the template on the localhost, but it fails when applied via the puppet
2013 Sep 17
1
Run a custom function through the ruby debugger
Hallo, I''m developing a custom function that is exhibiting some odd behavior, so I would like to debug it. How do I load it in the ruby shell in a way that lets me execute it? I have tried the steps on the documentation: irb(main):001:0> require ''puppet'' > > => true > > irb(main):002:0> require ''phash2text.rb'' > > =>
2013 Mar 27
6
Nodes Could not retrieve catalog from remote server: execution expired
Almost 4-5% of the total number of nodes are not receiving catalog from the master on an hourly run. We have about 250 nodes. The nodes that are receiving this error are rather random. The hourly cron happens almost at the same time. Is there any configuration changes for Puppet that can be done to avoid this ? Puppet (err): Could not retrieve catalog from remote server: execution expired
2009 Jun 16
4
Schedule puppet runs
Hi All, I would like to pick your brains as to the best way to configure the below senario within puppet. I am currently configuring puppet for our environment and have seperated development/back office from production through configuring roles for each server to identify them as such. What i need to be able todo is have the production servers only update outside of office hours, but have the
2009 Jun 09
2
err: Connection timeout calling puppetmaster.getconfig: execution expired
Hi all, My current conf splits 188 clients execution in one hour, and puppet runs as a cron job. My server (2cpu 2 GB RAM) runs with mongrel (with 8 puppetmasterd) and this conf works fine. We''d like puppet to run clients all at same time (force a change, i.e.), so we''re testing several things. (Previous conf do not support massive execution). First and most important, is
2011 Feb 22
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 5 available!
...89906 (#6257) Speed up PUT and POST requests under rack 7b3b56e (5977) Puppet::Applications can be loaded from multiple paths. 2.6.5rc1 ======== f9e2e2b Augmentation of tests for prior commit 392504a Fix to fix for #5755 -- backref serialization issues in zaml a732a15 Fixed #5564 - Added some more fqdn_rand documentation f279f2c Fixed #4968 - Updated list of options turned on by --test in documentation ce5a2bf (#5061) - allow special hostclass/define variables to be evaluated as defaults. fd73874 (#6107) Fix an error when auditing a file with empty content 530496b Remove already initialized constant w...
2011 Feb 04
1
ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...ashes Bug #6091: Fix Posix file paths with multiple slashes Valid POSIX file paths with multiple slashes are now usable. CHANGELOG since 2.6.4 f9e2e2b Augmentation of tests for prior commit 392504a Fix to fix for #5755 -- backref serialization issues in zaml a732a15 Fixed #5564 - Added some more fqdn_rand documentation f279f2c Fixed #4968 - Updated list of options turned on by --test in documentation ce5a2bf (#5061) - allow special hostclass/define variables to be evaluated as defaults. fd73874 (#6107) Fix an error when auditing a file with empty content 530496b Remove already initialized constant w...
2011 Feb 04
2
Fwd: [Puppet-dev] ANNOUNCE: Puppet 2.6.5 - Release Candidate 1 available!
...ashes Bug #6091: Fix Posix file paths with multiple slashes Valid POSIX file paths with multiple slashes are now usable. CHANGELOG since 2.6.4 f9e2e2b Augmentation of tests for prior commit 392504a Fix to fix for #5755 -- backref serialization issues in zaml a732a15 Fixed #5564 - Added some more fqdn_rand documentation f279f2c Fixed #4968 - Updated list of options turned on by --test in documentation ce5a2bf (#5061) - allow special hostclass/define variables to be evaluated as defaults. fd73874 (#6107) Fix an error when auditing a file with empty content 530496b Remove already initialized constant w...
2009 Oct 27
14
ANNOUNCE: Puppet 0.25.1 released!
...f quoted $ in stdin * Bug #1908: cron environment does not allow empty values * Bug #2508: misleading error about ActiveRecord versions * Bug #2534: Parser should raise an error if you specify the same property twice * Bug #2600: Master under mongrel wrong number of arguments (3 for 2) * Bug #2601: fqdn_rand raises exception when passed a seed * Bug #2605: Ruby 1.8.1 compatibility - #1963 fix uses method not in 1.8.1 * Bug #2606: Gems can''t handle binaries in the sbin directory * Bug #2607: 0.25 gem does not have facter as a dependency * Bug #2608: install.rb will not run on ruby 1.9.1 due to...
2011 Sep 23
21
Official puppetlabs position on cron vs puppet as a service?
Over the years many shops have come to start running puppet via cron to address memory leaks in earlier versions of Ruby, but the official position was that puppet was meant to be run as a continually running service. I am wondering if the official position has changed. On one hand many if not all of the early Ruby issues have been fixed, on the other, the addition of mcollective into the mix as