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:
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
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
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:
>
> > #
> > #
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
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
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
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
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
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/
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
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...
>
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
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-
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
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
16 matches
Mail list logo