similar to: apache 2.4 support in puppetlabs/apache

Displaying 20 results from an estimated 5000 matches similar to: "apache 2.4 support in puppetlabs/apache"

2013 Jul 23
12
node_aws installation problem
Hi everyone! having a slight problem with the installing the cloud provisioning module [code] http://docs.puppetlabs.com/guides/cloud_pack_getting_started.html [/code] everything worked until I wanted to actually try to fire it up: [code] >puppet node_aws list Error: Could not autoload puppet/face/node_aws/fingerprint: cannot load such file -- guid Error: Could not parse application
2015 Feb 13
2
[LLVMdev] SIGILL in regex::assign()
Hi, I have this simple program: #include <regex> int main() { std::regex re; re.assign(std::regex("foo")); // SIGILL return 0; } It runs smoothly if compiled with g++ but raises "illegal instruction" when compiled with clang++: g++ -std=c++11 -O0 -g -o test-g++ test.cpp clang++ -std=c++11 -O0 -g -o test-clang++ test.cpp ptomulik at barakus:$ ./test-g++ ptomulik
2013 Apr 23
4
Need help! Puppet could not request certificate: No route to host -connect(2)
Hello, I am installing puppet and keep getting this error [Puppet could not request certificate: No route to host -connect(2)] My DNS is resloving and i can ping the master from the agent. I have added this line to the iptables [iptables -I INPUT -s 192.168.1.20 -m tcp -p tcp --dport 8140 -j ACCEPT], where the IP is my agent. I have also added my master ip to /etc/puppet/puppet.conf Why
2013 Apr 10
5
Managing multiple nagios servers with puppet and virtual resources
Hi, For several years, we have @work had a puppet environment where when we add a new host/node, some basic monitoring is fed through to a nagios server using virtual resources and an old nagios class which either someone here wrote themselves, or found on the internet at the time. We are trying to move away from the existing puppet environment for a number of reasons, and using this as an
2012 Dec 18
0
Error 400 on SERVER: Invalid parameter lib in puppetlabs-apache module
Hi, I''m trying to move back to using the standard puppetlabs-apache module, after having been using a heavily customised version and am running into the following error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter lib at /etc/puppet/unstable/branches/shared_linux/modules/apache/manifests/mod.pp:33 on node .......... I''m using
2004 Feb 01
4
Shorewall 2.0.0 Alpha2
http://shorewall.net/pub/shorewall/Alpha/shorewall-2.0.0 ftp://shorewall.net/pub/shorewall/Alpha/shorewall-2.0.0 See if this change to proxy arp is more palatable. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2012 Oct 26
5
hiera broken in puppet-3
is anybody using hiera with puppet-3 and per-module hierarchy? it seems calling_module/calling_class is entirely broken now. see: http://pastebin.com/CfbW5Kcu and #16730 and PR1214 (which only fixes backend_puppet i think). anyone has some unofficial patches? because i''m just stuck in migration :( please don''t advise me to use data bindings as there is no way to use them in
2012 Jul 12
11
Announce: PuppetDB 0.9.2 Available
PuppetDB 0.9.2 is the third beta release on the road to 1.0. Changes include new features and bug fixes. For details on changes in this release, please see the release notes below. # Downloads Available in native package format at http://yum.puppetlabs.com http://apt.puppetlabs.com Source (same license as Puppet): http://github.com/puppetlabs/puppetdb Available for use with Puppet
2017 Aug 30
2
[5.0.0 Release] Release Candidate 4 tagged
On Wed, Aug 30, 2017 at 2:14 PM, Michał Górny <mgorny at gentoo.org> wrote: > W dniu wto, 29.08.2017 o godzinie 16∶52 -0700, użytkownik Hans Wennborg > via llvm-dev napisał: >> Hello testers, >> >> 5.0.0-rc4 was just tagged. >> >> There were very few changes after rc3, and if nothing unexpected comes >> up, this is what the final release will look
2013 Aug 07
9
Freebsd + Puppet 3.2.2 pkg_add -f ?
Shouldn''t pkg_add be using the -r option for package management? I worked around by forcing the client to use ports instead, but it stinks. Any thoughts? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to
2018 Oct 16
3
Samba AD DC + external DHCP + BIND9_DLZ dynamic dns updates doesn't work for domain members.
W dniu wto, 16.10.2018 o godzinie 18∶25 +0100, użytkownik Rowland Penny via samba napisał: > On Tue, 16 Oct 2018 18:47:30 +0200 > "Zuzanna K. Filutowska via samba" <samba at lists.samba.org> wrote: > > > Dear All, > > > > I have a setup with samba acting as active directory domain > > controller, DNS updates are done via bind DLZ. I have
2005 Dec 27
5
TC in Wireless Environment
Hi, Has anyone used TC in a wireless environment, which is dynamic. I understand that the parameters for queuing are static and cannot be changed unless the queuing discipline is deleted and reloaded with different parameters. If anyone can share any experience, that would be helpful. Thanx. Azim. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl
2018 Oct 16
1
Samba AD DC + external DHCP + BIND9_DLZ dynamic dns updates doesn't work for domain members.
W dniu wto, 16.10.2018 o godzinie 18∶52 +0100, użytkownik Rowland Penny via samba napisał: > On Tue, 16 Oct 2018 19:37:21 +0200 > "Zuzanna K. Filutowska via samba" <samba at lists.samba.org> wrote: > > > W dniu wto, 16.10.2018 o godzinie 18∶25 +0100, użytkownik Rowland > > Penny via samba napisał: > > > On Tue, 16 Oct 2018 18:47:30 +0200 > >
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:
2017 Mar 10
2
OCaml bindings
Hi All, I’m being a complete newbie on this one but how do I generate the OCaml bindings? I saw an old google post using “configure —enable-bindings=ocaml” but we don’t use configure anymore (I’m building 3.9.1) and if I just do a regular build (optimized) then I don’t see any bindings in my build directory…. Any ideas? JC
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
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 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
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