similar to: Is anyone using puppetlabs-firewall with IPv6?

Displaying 20 results from an estimated 500 matches similar to: "Is anyone using puppetlabs-firewall with IPv6?"

2013 Dec 17
1
A different way of managing POSIX ACLs : fooacl
Hi, I have just published the module I use to manage POSIX ACLs : fooacl I don''t consider it the cleanest possible approach to the problem, but it''s very efficient and flexible. I would actually call it a hack :-) There''s room for improvement, such as splitting out Execs per managed path to avoid useless re-applying on unchanged paths, or using file snippets without
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 Apr 25
3
problems ensuring that a service is absent
Hi, I''m trying to be really, really sure that a specific service is not running. The central part of this looks like that: service { ''foo'': ensure => stopped, enable => false } -> package { ''foo'': ensure => purged } The astute reader will notice that on the second run puppet will complain that the init script for foo is
2013 May 30
8
Run a File resource only if another file is missing
Hi, I would like to run the File resource below: file { ''autoconfig.php'': path => ''/var/www/owncloud/config/autoconfig.php'', ensure => file, owner => ''www-data'', group => ''www-data'',
2014 Aug 19
0
failure building memcached rpm
Hi all, I need to install the latest memcached version (1.4.20) on a number of machines in this environment. There are only rpm's of this app for RHEL 6. But we need to install the latest memcached on a number of RHEL 5 machines. To be specific, they are OEL 5.7 hosts. I've installed all of the developers tools that I would need. But when I go to build the RPM I am getting the
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:
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
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 Jan 24
0
How to use puppetlabs java module?
I have installed the puppetlabs java module. I am not clear on how to use it though.  The "Sample Usage:" section of init.pp in the manifests dir is blank... "The Java runtime this module is designed to configure are the RPM''s provided by Oracle and obtained by extracting them from the "bin" installers." ok.  Does this mean I need to download the
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.
2014 Jun 06
0
puppetlabs-java: installing oracle-jdk on ubuntu trusty 14.04
Hi, puppet 3.6.1 on a vanilla trusty ubuntu server, trying to install oracle-jdk: class { 'java': distribution => 'oracle-jdk', version => 'latest', } exits with the following error: Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install oracle-j2sdk1.7' returned 100: Reading package
2013 Aug 16
0
theforeman & puppetlabs
Does puppetlabs have modules to help provision for Amazon Ec2 instances within VPC / outside VPC? Any recommendations ? I would like to launch an instance based on an AMI image. This instance should have multiple IP addresses attached to it. I would like to do this using theforeman. Also, I noticed that theforeman documentation is lacking in EC2 area, so I am having quite a bit of issue
2012 Oct 06
1
Puppetlabs Yum Repo augeas for RHEL6 x86_64
Hello, I am working on building an internal repo for RHEL6 x86_64 and I don''t see any augeas rpms in the puppetlabs repo? There are for i686 but not x86_64? Are the rpms "noarch" that can be used for both? -chrisl -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2014 Jan 23
0
puppetlabs-firewall question
In the documentation, it says: With the latest version, we now have in-built persistence, so this is no longer needed. However, you will still need some basic setup to define pre & post rules. resources { "firewall": purge => true } Firewall { before => Class['my_fw::post'], require => Class['my_fw::pre'], } class {
2013 Apr 03
0
puppetlabs-firewall bug (Issue 144)
From my iptables-save output: -A INPUT -m state --state RELATED,ESTABLISHED -m comment --comment "000b allow established or related sessions" -j ACCEPT Then from "puppet resource firewall" Error: Could not run: Parameter name failed on Firewall[RELATED,ESTABLISHED]: Invalid value "RELATED,ESTABLISHED". Valid values match
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 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 Jun 23
0
puppetlabs-corosync help using multiple primitive operations
Setting up a HA iSCSI / NFS target using this document, http://www.linbit.com/fileadmin/tech-guides/ha-iscsi.pdf, and I am unable to find a way to use the puppetlabs-corosync module to emulate this command crm(live)configure# primitive p_drbd_coraid23 ocf:linbit:drbd \ params drbd_resource=coraid23 \ op monitor interval=29 role=Master \ op monitor interval=31 role=Slave crm(live)configure#
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 May 13
0
puppetlabs / bacula
I tried to work out how to use the puppetlabs bacula module .. but i guess I''m too much of a newbie in puppet to wrap my head around that.. can sb give ma a simple node example for 1 dir and 1 "node" (bacula-speaking)? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this