similar to: Error 400 on SERVER: Invalid parameter lib in puppetlabs-apache module

Displaying 20 results from an estimated 10000 matches similar to: "Error 400 on SERVER: Invalid parameter lib in puppetlabs-apache module"

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 Sep 04
3
Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48
Hi, I am new to the job and forum. I installed puppet and puppetmaster and set up my first dependencies acording to a manual that we have here in our company. Everything works fine and I can set up new nodes with several modules to choose from. Unfortunatley the Dashboard <http://forge.puppetlabs.com/puppetlabs/dashboard>gives me errors instead of starting correctley. Here the
2013 Feb 12
3
apache 2.4 support in puppetlabs/apache
Hi everyone, I started testing out the puppetlabs/apache module from forge on a Fedora 18 server and noticed it doesn''t have multiple version support for apache. Fedora 18 runs apache 2.4 and there are a few of modules that don''t exist any more and a few config changes. I was pondering forking the module on github and adding attempting to add support for apache 2.4 but I
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 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
2012 Oct 12
1
apt.puppetlabs.com for Debian Lenny is broken ?
Hello list, I try to install puppet agent on Debian Lenny. I got following error. Seems the repo is broken : ----------------------------------------------------------------------------------------------------------------------------------- node001:~# wget http://apt.puppetlabs.com/puppetlabs-release-lenny.deb --2012-10-12 02:12:12-- http://apt.puppetlabs.com/puppetlabs-release-lenny.deb
2011 Dec 12
0
Changes to apt.puppetlabs.com
Last Friday, with a minimum of hiccups, we moved to using freight (http://www.github.com/rcrowley/freight) to handle our repository at apt.puppetlabs.com. One consequence of this move is that the debian repository links will need to be updated. They should be changed to the following: deb http://apt.puppetlabs.com/ $dist main and deb-src http://apt.puppetlabs.com/ $dist main There are symlinks
2011 Jun 21
0
Announce: puppetlabs-mcollective 0.1.8
Hi everyone, I''m going to try announcing new versions of Modules I''m working on as I release them to the Forge. puppet-users and mcollective-users seems like the best place, but please let me know if you have other preferences. I''ve added a small change to the mcollective module we''ve recently released [1]. This change ensures all of the resources managed by
2013 Jan 23
1
Problem with Puppet upgrade 2.7 => 3.0 on Centos 5 using puppetlabs dependencies repo.
Hi, I have a problem with puppet upgrade from 2.7 to 3.0 on centos 5. I have included the puppet dependencies repo for el5 (http://yum.puppetlabs.com/el/5/dependencies/x86_64/) to upgrade my ruby version to 1.8.7. However a "yum install ruby" will give me ruby 1.8.5 from the centos base repo. If i disable the base repo i get ruby 1.8.7 but ruby-libs has depsolving problems - it
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 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, }
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'':
2012 May 16
1
Installation of Hiera from apt.puppetlabs.com
Hi Puppet Users, According to the installation instructions (https://github.com/puppetlabs/hiera#installation) located in the readme.md file at https://github.com/puppetlabs/hiera there should be an apt package located at apt.puppetlabs.com. I have looked within the repo and cannot find a package. Is this a documentation error or is there a deb package? Thanks, Peter -- You received this
2011 Oct 06
2
More changes on yum.puppetlabs.com
Greetings, I''d like to remove the cruft (no longer maintained) areas of yum.puppetlabs.com. I fear they only cause confusion and offer less-than-desirable experience for our users. I''d like to remove /base /prosvc /porsvc.unsigned /SRMS /sources I''d like to do this some time next week. The stuff mostly found in base is available elsewhere and signed properly. The
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
2011 Jul 04
1
puppetlabs-firewall gsub error
Hi, I am testing https://github.com/puppetlabs/puppetlabs-firewall and get this error: err: Could not prefetch firewall provider ''iptables'': private method `gsub'' called for nil:NilClass I don''t know ruby so any help appreciated! -- Bjørge Solli -- You received this message because you are subscribed to the Google Groups "Puppet Users" group.
2013 Jan 10
1
Puppetlabs APT GPG key
Hi, I just started getting errors from APT: W: GPG error: http://apt.puppetlabs.com squeeze Release: The following signatures were invalid: BADSIG 1054B7A24BD6EC30 Puppet Labs Release Key (Puppet Labs Release Key) <info@puppetlabs.com> It looks like they keyring was changed yesterday on the APT repository: keyring.gpg 09-Jan-2013 14:51 2.5K However, I''ve yet to see an
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
2012 Oct 29
0
help with creating self.instances for puppetlabs-lvm providers
Hi, I have been adding support for the puppetlabs-lvm module so that I can use puppet resource <lvm_type>. I have most of the coding done but can''t seem to get certain parameters in the output. https://github.com/logicminds/puppetlabs-lvm/commit/deb258231f5a4dc6da7c0d65a7153846b8766b3e example: def self.instances filesystems.map { | fs | new(:name =>
2013 Jan 24
0
REDUX: puppetlabs-products yum checksum failing
Again with the yum metadata checksum failures: http://yum.puppetlabs.com/el/6/products/x86_64/repodata/primary.sqlite.bz2: [Errno -1] Metadata file does not match checksum I''m thinking it''s time for me to add the Puppetlabs repos to my mrepo box. -- \*..+.- --Greg Chavez +//..;}; -- You received this message because you are subscribed to the Google Groups "Puppet