similar to: puppetlabs-puppet module?

Displaying 20 results from an estimated 80000 matches similar to: "puppetlabs-puppet module?"

2013 May 25
1
Error: Could not find dependency Yumrepo[puppetlabs-products] for Package[puppet]
I have installed puppet from puppet-labs yum repository on OEL familiy of Red Hat Enterprise Linux Server release 5.9 (Tikanga) ---------------------------------------------------------------------------- [root@oel-puppet-master modules]# yum list facter Loaded plugins: rhnplugin, security This system is not registered with ULN. You can use up2date --register to register. ULN support will be
2013 Oct 08
0
How to properly override manage_config_file parameter in puppetlabs-mysql module?
I''ve been using puppet for a while, and have built up quite a range of my own very (very!) basic modules to do what I need to do. Now I''m starting to delve into the world of puppetlabs and am testing the new puppetlabs-mysql module (2.0.0-rc3) and have a (probably) fairly basic question, about parameters and overriding them. I don''t want the module to manage the
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 Oct 04
0
Is anyone using puppetlabs-firewall with IPv6?
Hi all, I''m cleaning up some puppet manifests, and thought it would be a good opportunity to move from my own monolithic iptables/ip6tables modules to the official puppetlabs-firewall module. But... what''s the deal with IPv6? My first concern was that there is no easy way to have simple rules be applied to both iptables and ip6tables. Fair enough, I just wrote a simple wrapper
2013 Feb 13
1
puppetlabs nginx module
Just checking if anyone''s made an attempt to update the puppetlabs nginx module, or could point me to one they like. Last version in forge was uploaded in june of 2011, and while the github version is more recent (two months ago), it''s doesn''t seem quite together, given that the comments are disagreeing with the code at times. -- You received this message because
2013 Feb 20
1
Announce: Module puppetlabs/postgresql 2.1.0 Available
A new release of the puppetlabs/postgresql module is now available on the Forge: https://forge.puppetlabs.com/puppetlabs/postgresql/2.1.0 Changelog ======== This release is primarily a feature release, introducing some new helpful constructs to the module. For starters, we''ve added the line `include ''postgresql_conf_extras.conf''` by default so extra parameters not
2013 Jun 18
0
Announce: Puppet 2.7.22 Available [ Security Release ]
Puppet 2.7.22 is now available. 2.7.22 addresses a security vulnerability discovered in the 2.7.x series of Puppet. This vulnerability has been assigned Mitre CVE number CVE-2013-3567. All users of Puppet 2.7.21 and earlier who cannot upgrade to the current version of Puppet, 3.2.2, are strongly encouraged to upgrade to 2.7.22. For more information on this vulnerability, please visit
2013 Jun 26
0
Puppet OpenStack Modules Version 2.0 Released to The Forge
I''m happy to announce the release of version 2.0 of the Puppet Labs OpenStack modules to the Puppet Forge. These modules handle the deployment and management of the latest Grizzly releases of OpenStack, including Keystone, Swift, Glance, Cinder, Nova, and Horizon. Additionally, an OpenStack module is provided for single or multi-node deployments. Here is a set of links to the Forge
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
2013 Feb 06
5
Puppet F5 module
Hi, following this<https://puppetlabs.com/blog/managing-f5-big-ip-network-devices-with-puppet/>tutorial, I finally made it till the part where I see the SSL cert request from my f5 load balancer. Then I signed it and configured in nodes.pp the same pool and irule as suggested in the tutorial. BUT when I run on the proxy: # puppet device --deviceconf
2013 Oct 07
0
Unable to connect to PuppetLabs repository
Tried running the below command:- * sudo rpm -ivh http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-7.noarch.rpm * And got this:- Retrieving http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-7.noarch.rpm curl: (7) Failed to connect to 2600:3c00::f03c:91ff:fe69:6bf0: Network is unreachable error: skipping
2013 Feb 07
0
puppetlabs-nova puppetlabs-keystone modules got the following error
Hi, I install the openstack nova on CentOS6.3 through the puppet. I use the puppet modules from puppetlabs. Got the following error. I am using puppet 2.7.14 with puppetdb. For this kind of issue, how to debug and how to figure out where the issue is? *err: Could not prefetch keystone_service provider ''keystone'': undefined method `collect'' for nil:NilClass err:
2013 Sep 24
1
error when create database mysql with puppetlabs-mysql (v1.0.0)
Good evening, folks. Using the module''s puppet forge to create a database I get an error below. Could you help me? *puppetlabs-mysql (v1.0.0) * *class mysql_default {* * * * mysql::db { ''mydb'':* * user => ''root'',* * password => ''123456'',* * host => ''localhost'',* * grant
2013 Nov 26
2
Unable to install Puppet Modules
Hi Puppet Users - Currently attempting to install puppet modules on a Security Onion virtual machine. Security Onion is based on Ubuntu 12.04. Puppet was installed using the puppetlabs-release-precise.deb file found on apt.puppetlabs.com. Attempting to install a module results in the following error - user@user-virtual-machine:~$ sudo puppet module install puppet/stdlib --debug --verbose
2013 Apr 24
2
puppet apache module dependency cycle
I am trying to use puppetlabs apache module on CentOS to install mod php package. class {''apache::mod::php'': } It returns error "Error: Could not find dependency Package[httpd] for A2mod[php5]". I am using Puppet 3.1 version. Do I need to call class{''apache'': } explicitly to get mod-php install working? If I try that as follows then it
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 Sep 06
2
puppetlabs/puppetdb module when using passenger for master
I''m working on configuring a master in a lab environment, using Puppet Open Source. My master is running RHEL 6. I want to use modules to manage the master itself as much as possible, so I can use puppet to bootstrap itself as I go forward and move into production. Using puppetlabs/puppetdb to configure puppetdb, I''ve overcome most of my issues but I have two questions. 1)
2012 Apr 17
0
Failed to parse template ... private method 'split' called for :undef:Symbol - github - puppetlabs/puppet-dhcp
Hi Puppet Users, Puppet Version - v2.7.13 Ruby Version - ruby 1.8.7 (2010-08-16 patchlevel 302) [i486-linux] I am trying to use the Puppetlabs DHCP module (https://github.com/puppetlabs/puppet-dhcp) to setup a DHCP server on one of my nodes. I have followed the example in the readme.md file in my node declaration for the server (extracted part below) class { ''dhcp'':
2013 Jul 29
0
puppetlabs-ntp: templates merge, and new features
Hey guys, https://github.com/puppetlabs/puppetlabs-ntp/pull/80 adds some fairly significant changes and so I wanted to put it up for review early before going any further. The big change is that it gets rid of the distro specific templates in favor of one more sophisticated template we can start adding options to and increasing the flexibility of. To that end it adds a bunch of params to handle
2013 Oct 20
0
Release 1.0.0 of puppet-module-collectd
Hi Everyone, I''ve just cut the 1.0.0 release of puppet-module-collectd. You can download it from the Puppet Forge, http://forge.puppetlabs.com/pdxcat/collectd or via the Puppet module tool with `puppet module install pdxcat/collectd` or from our Github. Thanks to everyone who has contributed to help make this module a success [1]. The module now supports 5 osfamilies and the