[Puppet Users] Apache mod_cache/mod_disk_cache...?

2012-06-10 Thread Matt W
Is anybody using mod_cache/mod_disk_cache with Puppet? I found a post talking about it here (http://paperairoplane.net/?p=380) and I tried to implement it .. but I found that nothing was being cached. Near as I can tell, Apache refuses to cache any URL that has a query-string attached to it:

[Puppet Users] Re: Apache mod_cache/mod_disk_cache...?

2012-06-13 Thread Matt W
ation of a system). I think the main question here is why does Puppet add a ? to the end of each file-download request even if there is no meta-data attached? On Saturday, June 9, 2012 8:37:10 PM UTC-4, Matt W wrote: > > Is anybody using mod_cache/mod_disk_cache with Puppet? I found a post

[Puppet Users] Finding a manifest full file name (with path) in a function?

2013-02-22 Thread Matt W
I'm trying to create a function that I can call in a manifest like this: $doc = doc('apache::service') In the function, I want it to actually find the filename for the 'apache::service' class... from there, I'm going to run some code that will generate the puppet-doc in text format, and then

Re: [Puppet Users] Finding a manifest full file name (with path) in a function?

2013-02-23 Thread Matt W
that it does not like to be created multiple times. The question I've got is how can I change this line to reference an already existing Parser object? On Friday, February 22, 2013 12:26:59 PM UTC-8, Matt W wrote: > > Thanks... I ended up with this: > > > # > > #

[Puppet Users] Rspec, Puppet Custom Functions and Mocking..

2013-08-15 Thread Matt W
Hey, I could use some advice here. We've had a puppet module out for a while (https://github.com/Nextdoor/puppet_thycotic) that provides us a way to retrieve private keys, passwords, etc from Thycotic's SecretServerOnline.com service. This module was written in a hurry almost 2 years ago and ha

[Puppet Users] Setting node_name/node_name_fact makes reports not include real client hostname...

2014-01-29 Thread Matt W
In our newer hosts, we are using the standard Puppet node classifier system but we override the node_name/node_name_fact settings on the client so that we can decouple hostnames with hosttypes: puppet.conf [main] location on clients: > # Use the fact 'puppet_node' as our node classifier rath

[Puppet Users] puppetlabs-mysql module still doesn't properly support $datadir?

2014-03-05 Thread Matt W
It seems like this has been an issue in the past (https://github.com/puppetlabs/puppetlabs-mysql/issues/228, https://groups.google.com/forum/#!searchin/puppet-users/mysql/puppet-users/mkQygmpa610/bXIslE9EG4cJ), but I'm not sure its fixed yet. Can anyone show me some demonstration puppet code t

[Puppet Users] Installing multiple packages (via apt) on one command line...

2014-04-21 Thread Matt W
Hey we have a problem that I think we need to solve with a custom Puppet provider, but I could use a bit of help getting started. Overall the issue of being able to install multiple packages at-once has been discussed a ton of times (issue #2128 for example). We ultimately need to be able to pas

[Puppet Users] Saving graphs from puppet-catalog-test runs?

2014-04-22 Thread Matt W
When we run our puppet-catalog-test runs (https://github.com/invadersmustdie/puppet-catalog-test), we'd like to generate and save the .dot graph files so that we can turn them into images. I don;t know enough about the internal workings of Ruby/Puppet to do this -- but does anyone have any idea

[Puppet Users] Puppet 'node data' when using common node_names?

2014-08-14 Thread Matt W
We noticed that our puppet reports and our puppet node data stored on our puppet servers is always written out in the form of the 'node name'. So when we use a node name like 'prod_webserver' across many webserver machines, we get a tree of reports and node data like this: /var/lib/puppet/yaml/

[Puppet Users] Re: Puppet 'node data' when using common node_names?

2014-08-22 Thread Matt W
Anyone have any thoughts on this? On Thursday, August 14, 2014 10:39:16 AM UTC-7, Matt W wrote: > > We noticed that our puppet reports and our puppet node data stored on our > puppet servers is always written out in the form of the 'node name'. So > when we use a node nam

[Puppet Users] Re: Confused Puppet Manifest ... Possible caching issue?

2014-08-22 Thread Matt W
Even with the caching disabled, I think we ran into this again. Can one of the puppet-devs chime in here and let me know what might be going on? On Thursday, August 14, 2014 10:25:06 AM UTC-7, Matt W wrote: > > I've got a pretty strange issue here. Imagine we have two servers... >

[Puppet Users] Re: Announce: Facter 2.2.0

2014-08-26 Thread Matt W
Hey we got this installed on some new systems yesterday and we found that in Ubuntu 12 the `lsbmajdistrelease` fact has changed suddenly from `12` to `12.04`! This actually broke quite a few of our manifests, and is fundamentally broken I believe. The major dist release version is '12'. Has any

[Puppet Users] Using Puppetdb-terminus via rubygems...?

2014-12-07 Thread Matt W
We have entirely-gem based Puppet masters (no Ubuntu packages installing Puppet)... we're trying to add in the puppetdb-terminus gemfile. We have it configured, and installed: # gem list | grep -i puppet hiera-puppet (1.0.0) puppet (3.7.3) puppet-catalog-test (0.3.1) puppet-lint (1.0.1) puppet-

Re: [Puppet Users] Client self-deregistration from PuppetDB

2014-12-12 Thread Matt W
Thanks... I got a few private responses as well that all seemed to be in-line with what I figured we needed to do. Its entirely reasonable for us to have our clients 'curl ...' out to some endpoint to remove themselves at shutdown time. The concern I have is that I'd like to keep our clients fro

[Puppet Users] Re: puppet 3.7.4 using auth.conf file from github - "default" acl at end apparently preventing access?

2015-03-17 Thread Matt W
Has anyone else come up with a solution for this? We just booted a new puppet master for the first time in a few weeks and it came up with Passenger 5 (we were on 4.0.69) -- and failed. For the time being we've patched our code to use an updated repo location with Passenger 4.x, but we'd like t