Displaying 20 results from an estimated 8000 matches similar to: "puppetlabs nginx module"
2012 Dec 29
1
Puppet module for managing Cobbler
Module on forge:
http://forge.puppetlabs.com/puppetlabs/apache
Code and issue tracker:
https://bitbucket.org/jsosic/puppet-cobbler
Comments are welcome, hope somebody finds it useful. I''m very happy with
it so far :D
The reason I''m posting it is that couple of people asked me about
publishing this module while I was in a process of developing it, so If
those people
2013 Jun 04
1
puppet DB providers
Hello,
What would you think of moving database, database_grant and database_user
types and providers from puppetlabs-mysql to its own module
(puppetlabs-dbproviders for example) so that we can develop providers for
others RDBMS ?
I''d like to develop providers for postgresql, so I think it makes sense to
put this types/providers in its own module.
best regards,
Mickaël Canévet
--
2012 Nov 25
1
Puppet agent on Windows
Hi,
What are the requirements to have puppet agents on windows servers? I have
2003 R2 and 2008 R2 servers, 32 and 64- bit, Puppetmaster 2.6.
What are the types that can be used on Windows? Is it production-ready?
Thanks,
Ugo
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit
2012 Nov 05
1
Puppet Forge Repository format
Hi,
I am setting up a local forge for some weird political reasons. I came to
know that puppetlabs is working on such a feature.
But, in the meantime I wanted to try out setting up the repo and use
--modules_repository flag in "puppet module install: command. For that, I
need to mimic the puppet forge repo format (meaning the directory structure
of the modules). Can somebody point me
2013 Jan 24
1
puppet module install; absolute path?
I work on the Pulp Project (http://www.pulpproject.org/), and we are trying
to fully implement the forge API so we can create new repositories that can
be reached via a command like:
$ sudo puppet module install --module_repository
http://localhost/pulp/puppet/myforge/ someone/theirmodule
The problem I''ve encountered is that the install command includes
hard-coded absolute paths to
2012 Nov 19
2
vcsrepo: Could not create repository (non-repository at path)
Hi,
I''m running into a problem using the puppetlabs provided vcsrepo-module. It
keeps giving the same error:
--------------
notice: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: Creating repository
from latest
err: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: change from absent to
latest failed: Could not create repository (non-repository at path)
--------------
This is in my
2013 Jan 30
3
Puppet Modules from Forge
Hello all,
I have some questions about the download puppet modules from puppetforge:
I''ll take puppetlabs-dism as an example, once its installed its located:
/etc/puppetlabs/puppet/modules/dism
Can this be renamed to something else ?
Also if for example, I had a folder tree under modules e.g.
/etc/puppetlabs/puppet/modules/windows
|
|- manifests
|--base.pp
|--networking.pp
Can I
2013 Mar 15
3
advice on module organization
Hi Folks,
Like to get some advice on module organization. I have a system that has a
few different components. One or more components can be installed on a
host. The hosts also have a "type" dimension. This "type" dimension could
(should) ideally be used to configure the system (fill in a bunch of
variables). Problem is, I''m not sure how the best way to do
2012 Oct 03
6
Puppet Forge Happenings
Hello,
If you weren''t at PuppetConf or didn''t catch my talk, here''s a quick
recap. I''m product owner for the Puppet Forge team which formed in
July with 2 awesome engineers and an equally awesome designer. We''re a
team dedicated to the Forge and while ramping up, we''ve shipped three
small improvements to the Forge that we hope you enjoy.
*
2013 Jan 04
4
How to clone alfresco on puppet agents?
Hi,
I have alfresco installed on my puppet master & try to clone it using
puppet console to puppet agent nodes but under ''live management'' link, i
can not see any of package/group/user/host resources named similar to
alfresco even though i can see postgres package resource but no
java/alfresco/tomcat resource?
Can anyone let me know how to clone the same?
Regards.
--
2012 Dec 09
1
Puppetlabs nginx module
https://github.com/puppetlabs/puppetlabs-nginx
Looking through the puppet labs nginx module and I noticed on of the first lines is:
class { ''stdlib'': }
Isn''t this pretty bad because other module that may include stdlib would cause an error? Thanks
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to
2012 Oct 11
1
PuppetDB Installation Issue
I am attempting to install puppetdb using the downloaded module.
I have puppet 3.0 with passenger installed.
I am getting the following error:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid
resource type firewall at
/etc/puppet/modules/puppetdb/manifests/server/firewall.pp:23
Would appreciate any
2013 Jul 12
5
Module team update: 2013-07-07 - 2013-07-12
Hello!
Now that we''re two weeks in it''s time for another update on what''s been
going on in the module team. We focused on puppetlabs-ntp and
puppetlabs-firewall as our two primary modules, but also merged in fixes to
passenger, rabbitmq, mysql, apt, and apache.
As a result of this work we''ve released:
http://forge.puppetlabs.com/puppetlabs/apache/0.7.0
2011 Jun 07
2
NGINX Puppet Module: Looking for Feedback/Use Cases
Hello everyone,
I''m currently working on a module for NGINX that I''d love to get some input on. Code can be found here: http://github.com/puppetlabs/puppetlabs-nginx.
This module is currently in development - it supports a few use cases:
* Create a vhost
* Create multiple location references for a vhost
* Create Proxy Upstream references to be used by Nginx
* Allow
2013 Nov 01
9
package conflict resolution method:
Hello, list:
I have two puppet modules that are unrelated to each other, but
both have (unrelated) Python scripts that parse YAML. As such, both
have a block like the following in their manifests for the PyYAML script
dependency:
package { ''PyYAML'':
ensure => installed,
}
If I try and include both modules on the same server this
causes an obvious
2013 May 20
0
Announce: Module puppetlabs/puppetdb 1.3.0 Available
A new release of the puppetlabs/puppetdb module is now available on the Forge:
https://forge.puppetlabs.com/puppetlabs/puppetdb/1.3.0
This feature release provides us with a few new features for the PuppetDB
module.
You can now disable SSL when using the `puppetdb` class by using the new
parameter `disable_ssl`:
class { ''puppetdb'':
disable_ssl => true,
}
2013 Aug 21
11
Confusion with puppetdb (storeconfig) and query database
Hello,
I have configured puppet and puppetdb (storeconfig) with postgresql and the
service run and the collecting are good for example:
I can make query with the next command and responds ok .
[.........................]
[root@master]# curl -X GET -H ''Accept: application/json''
http://127.0.0.1:8080/v2/facts --data-urlencode ''query=["=", "name",
2012 Dec 05
10
Slight oversight in the type documentation
So I was looking at the type reference, and noticed that for a lot of the
types, no namevar was listed. When I checked the types in the code, for
each of those omissions, the namevar was simply "name". Now, it might be
self evident that this is the case, but a little documentation couldn''t
hurt, If not in each type, at least in the section where it describes what
namevars
2012 Dec 26
6
puppetlabs/apt and apt::ppa
Greetings,
I''m trying to add ppa:nginx/stable repo for Ubuntu 12.04.1 LTS.
Server: puppetmaster-common 3.0.1-1puppetlabs1
Agent: puppet 2.7.11
And when I try to apply manifest - getting:
puppet agent -t
info: Caching catalog for wproxy71.tpnt.net
err: Failed to apply catalog: Could not find dependency
File[/etc/apt/sources.list.d] for
2012 Jul 12
15
How can I list classes available on the puppet master?
Is there a way to get a list of all the classes available from the puppet
master?
I have 2 goals for this - one is documentation in a human readable form,
and the other is potentially importing that data into dashboard.
I did find some info on the rest API
(http://docs.puppetlabs.com/guides/rest_api.html#resource-types ) but I
can''t make any sense of the output from it.
Thanks.