search for: fagerlund

Displaying 20 results from an estimated 21 matches for "fagerlund".

2013 Feb 21
8
Facter & Puppet disagree on RHEL 6?
I''ve run into an odd one on one of my new RHEL 6 boxes. Puppet and Facter seem to disagree about the value of a fact. Puppet version: 2.7.9 Facter version: 1.6.4 Module: puppetlabs-apache apache::params falls through its if structure: if $::osfamily == ''redhat'' or $::operatingsystem == ''amazon'' { ... } elsif $::osfamily ==
2012 Oct 18
0
Announce: Puppet 3.0.1 Available
...pet. To see a list of the issues addressed by this release, check out the 3.0.1 version in our issue tracter at: https://projects.puppetlabs.com/versions/328. This release contains contributions from the following people: Andrew Parker, Jeff McCune, Josh Cooper, Matthaus Owens, Moses Mendoza, Nick Fagerlund, Niels Abspoel, Patrick Carlisle, Stijn Tintel, and Will Farrington. Downloads are available at: * Source https://downloads.puppetlabs.com/puppet/puppet-3.0.1.tar.gz RPMs are available at https://yum.puppetlabs.com Debs are available at https://apt.puppetlabs.com Gems are available via rubygem...
2012 May 16
0
Announce: Puppet 2.7.15rc1 Available
...ws installer, and so, `Puppet[:color]` now defaults to true. If the gem can''t be loaded, then puppet will revert to its previous behavior. This release includes contributions from the following people: Chris Price, Patrick Carlisle, Josh Cooper, Kelsey Hightower, Nick Lewis, Nick Fagerlund, Daniel Pittman, Nan Liu, Jeff McCune, Ken Barber, Stefan Schulte, and James Turnbull Puppet 2.7.15rc1 Changelog === Chris Price (2) 53e0057 Use internal domain name for module tool test dae5539 (#14440) Hack to allow help faces to be used as API Patrick Carlisle (9) f4ba59e Use absolute_pa...
2011 Feb 02
11
How to include the Scope(...) in a generated string?
I''d like to include similar information that notice() spits out in a file I am generating -- basically so that anyone looking at the generated file (actually a file fragment) could trace it back to the class that is generating the entry. Using $name within the file fragment is the closest I am getting to what I want -- is there anything better? -- You received this message because you
2013 Mar 05
12
Boolean in hiera... problems again
Hi... I''ve been trying to set up boolean values in Hiera, but with no luck. For example, I''m using puppetlabs-haproxy module, and this is a code snippet: class haproxy ( $manage_service = true, ... ) inherits haproxy::params { ... if $manage_service { } } Now, this is how I set up values in hiera: haproxy::manage_service: false But, it seems that
2013 Feb 04
0
Announce: PuppetDB 1.1.1 Available!
...uppetlabs.com/projects/puppetdb/issues # See our development board on Trello: http://links.puppetlabs.com/puppetdb-trello ====================== ### 1.1.1 Release Notes ### ====================== Many thanks to the following people who contributed patches to this release: * Chris Price * Nick Fagerlund * Nick Lewis Fixes: * (#18934) Dashboard Inventory Service returns 404 Version 1.1.0 of the PuppetDB terminus package contained a faulty URL for retrieving fact data for the inventory service. This issue is fixed and we''ve added better testing to ensure that this doesn''t...
2011 Aug 19
0
R: "New" (i.e., posted last week) Learning Puppet chapters
...flow, the separation of duty. For example using something as gitolite, the integration with quality control of some sort, the reporting. I have read something in pro puppet : i am sorry but most of that is discussed there in this area is very basic. Best regards ----Messaggio originale---- Da: Nick Fagerlund Inviato: 19/08/2011, 20:42 A: Puppet Users Oggetto: [Puppet Users] "New" (i.e., posted last week) Learning Puppet chapters Slowly but surely, the Learning Puppet series [1] -- the book-in- progress we''ve been building as an entry point for beginning Puppet users -- keeps grow...
2012 Apr 26
2
Using backreferences from node name regex match
I appears that backreferences when using regexes in node names doesn''t work. Can anyone confirm this? If I''m incorrect, how do I go about using a backreference to the name regex within the node definition container? Thanks, Guy -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web
2013 May 17
0
Announce: Puppet 3.2.1-rc1 Available
...Merge branch ''pull-1512''" 46df39d (#20726) Include password for useradd managehome tests on windows 866ecbc (maint) Change load order for puppet/provider/package/windows/package Matthaus Owens (1): 2576f8f (packaging) Update PUPPETVERSION to 3.2.1-rc1 Nick Fagerlund (1): b301ada Maint: Improve documentation of filebucket attributes Stefan Schulte (3): 5e091bb (#19760) Use combine when running pkginfo 887c2037 (#19760) Use pkginfo method instead of execute f04d271 (#19760) Remove unnecessary stubbing in sun_spec -- You received this m...
2012 Oct 12
0
Announce: Puppet 3.0.1-rc1 Available
...#16801) Update suse server.init and remove mongrel refs d56a025 Update suse client.init for new pidfile, process name d10c2d1 Update suse puppet.spec for Telly 84c000e Update PUPPETVERSION for 3.0.1-rc1 Moses Mendoza (1): b2e31b5 fail better in package repo rake tasks Nick Fagerlund (1): e5f3dac (#16585) Remove dead ldapnodes setting Niels Abspoel (2): 5412e1f This will fix Refactor #16643. 6561754 sample_module.pp refactored text: include sample-module into include sample_module Patrick Carlisle (2): 0086656 (#16757) Only load rubygems in bin/puppet...
2011 Jun 27
12
Ruby script to download files without 'puppet agent'
We have often the Problem that some files need to be checked for updates faster than the cycle of the puppet agent. I try to solve this with a script which tries to download the files directly from the fileserver of the puppetmaster. So far i couldn''t get it to work. I don''t know if i got the URL right, i did not find any examples on the REST API documentation for the
2013 Feb 06
12
Certificate nightmares
I think I really hosed my certificates somehow this morning trying to get PuppetDB and Puppet talking again -- here''s where I stand. My Puppet master and PuppetDB are again talking, or at least, aren''t complaining about communication. From my puppet master, I can run "puppet agent -t", and it runs just fine. From any other node on which puppet had been running, I
2012 Oct 02
41
Puppet 3.0: Not authorized to call find on /file_metadata, more issues?
I''ve seen mention of this error in several places, with different causes. So before I posted here, I attempted to resolve this on my own. I corrected the change from puppet:///files to puppet:/// in my manifests *.pp files. No changes were made to the auth.conf file, and I did note in the ChangeLog that: Auth.conf differentiates between names and IPs – There’s a new allow_ip
2012 Aug 22
6
Duplicate definition : Merging arrays
Hello, I am trying to create a new array by combining two other arrays. I get the following error while running : Duplicate definition: Print[test0] is already defined in file /etc/puppet/manifests/test.pp at line 47; cannot redefine at /etc/puppet/manifests/test.pp:47 My code is similar to this : <snip> ..... ..... $sys_server = [ ginger , test0 ] $usr_server = [ test0, test1,
2013 May 06
3
Announce: PuppetDB 1.3.0 Available
...uppetdb-trello ============================ ## PuppetDB 1.3.0 Release Notes ## ============================ Many thanks to following people who contributed patches to this release: * Branan Purvine-Riley * Chris Price * Deepak Giridharagopal * Ken Barber * Matthaus Owens * Moses Mendoza * Nick Fagerlund * Nick Lewis Notable features: * Report queries The query endpoint `experimental/event` has been augmented to support a much more interesting set of queries against report data. You can now query for events by status (e.g. `success`, `failed`, `noop`), timestamp ranges, resource types/t...
2012 Feb 22
0
Announce: Puppet Dashboard 1.2.6 Available
This is a maintenance release of Puppet Dashboard. It includes contributions from Adrien Thebo, Chad Metcalf, Chris W, Daniel Pittman, Daniel Sauble, Devon Harless, Michael Stahnke, Moses Mendoza, Randall Hansen, Josh Lifton, and Nick Fagerlund. This release is available for download at: http://downloads.puppetlabs.com/dashboard/ We have included Debian and RPM packages as well as a tarball (available at apt.puppetlabs.com and yum.puppetlabs.com respectively). See the Verifying Puppet Download section at: http://projects.puppetlabs.com...
2013 Feb 20
4
Puppet apply and send reports?
Hi all, I hope somebody can help me with something. We have a rather large number of netbooted nodes that we are running "puppet apply" via a script and a cron job every 30 minutes I was wondering if there is a way to configure puppet apply, to also send any reports to our dashboard server that is being used for our normal puppet clients and what would be the way to go about doing
2012 Jun 20
4
Puppet Configuration - Running --configprint generates long list of values
Hello all, I fairly new to puppet and google groups so I''ll apologize in advance for not conforming to "normal" posting methods. I''ve recently installed puppetmaster on a fresh copy of Ubuntu 10.04LTS and after running: sudo puppet --configprint all, I get a long list of parameters and values echoed back to my shell. My question is where do these parameters and
2012 Jul 27
11
Possible to push changes to nodes?
Dear readers, When I have made a change to a template, class or file, is it then possible to push this change to the node(s), so they get the changes now? I would like to be able to push the change from the master, and not have to login to each node and pull. Is that possible? Hugs, Sandra -- You received this message because you are subscribed to the Google Groups "Puppet Users"
2013 Dec 06
13
Unpleasant puppetlabs experience
https://projects.puppetlabs.com/issues/14368#change-101086 Summary: (We dont need to improve our public documentation, because people can go BUY documentation for puppet) I can understand changing it to low priority or something. But *Rejecting* this issue? For a supposedly "free, open source" project? Really? This does not motivate me to continue advocating for use of puppet, let