[Puppet Users] Re: exec resource stuck during the install of an Oracle Client on Windows

2018-06-12 Thread Louis Coilliot
gt; no new window Powershell argument -wait -> wait for subprocess Regards, Louis Coilliot 2018-06-11 17:38 GMT+02:00 Louis Coilliot : > Hello, > > I'm trying to install an Oracle client on Windows with the "Oracle > Universal Installer". > > The comma

[Puppet Users] exec resource stuck during the install of an Oracle Client on Windows

2018-06-11 Thread Louis Coilliot
ra64_client': command => $orainstcmdstr, require => [ Exec['Map resource drive'], File['d:\\resources\client.rsp'], ], unless => $tstcommand, timeout => 240, } The timeout is not helping. -silent: Runs Oracle Un

Re: [Puppet Users] hiera command line - search with structured facts (key.subkey)

2018-05-02 Thread Louis Coilliot
It works fine for me, thanks ! Sorry, I missed the switch to the new command and the doc here : https://puppet.com/docs/puppet/5.5/hiera_automatic.html#ariaid-title4 I was looking for 'hiera cli' Regards, Louis Coilliot 2018-04-27 19:13 GMT+02:00 Henrik Lindberg : > On 27/04/18

[Puppet Users] hiera command line - search with structured facts (key.subkey)

2018-04-27 Thread Louis Coilliot
ra -v 3.4.3 My syntax in hiera.yaml is still in version 3. How do you query with the command line and some structured facts in the variable interpolation of the levels in hiera ? I can't find any doc. or information about that. Thanks in advance. Louis Coilliot -- You received this message b

Re: [Puppet Users] Puppet 4 on Debian

2015-06-19 Thread Louis Coilliot
escription +++--===-===-== ii puppetserver 2.1.0-1puppetlabs1 all Puppet Labs puppetserver Regards. Louis Coilliot 2015-06-19 8:37 GMT+02:00 Rainer Sokoll : > Hi, > > sorry if my question is totally silly

Re: [Puppet Users] where is PC1 for Debian Jessie?

2015-06-09 Thread Louis Coilliot
That said, for me it works on Jessie with the repos meant for Wheezy : deb http://apt.puppetlabs.com wheezy PC1 Regards, Louis Coilliot 2015-06-09 14:28 GMT+02:00 Rachel Andrew : > Hi all > > comments on this post > https://puppetlabs.com/blog/say-hello-open-source-puppet-4 state t

Re: [Puppet Users] Pupper server 4 loosing hiera data

2015-05-18 Thread Louis Coilliot
Thanks, I confirm that the fix linked in the ticket PUP-4461 works for me. I patched manually and I'll wait for the release puppet 4.1.0. Louis Coilliot 2015-05-18 19:35 GMT+02:00 Roman Mueller : > Hi, > > That is a bug I also ran into, see: > https://tickets.puppetlabs.co

[Puppet Users] Pupper server 4 loosing hiera data

2015-05-18 Thread Louis Coilliot
for Debian Wheezy installed on Debian Jessie (because of the ticket CPR-111) The target nodes are mainly el6 systems with puppet-agent-1.0.1-1.el6.x86_64 Any hint ? Thanks in advance. Louis Coilliot -- You received this message because you are subscribed to the Google Groups "Puppet Use

Re: [Puppet Users] http://yum.puppetlabs.com/el/7Server ?

2014-07-30 Thread Louis Coilliot
Nice thanks ! Louis Coilliot 2014-07-30 19:05 GMT+02:00 Melissa Stone : > Hi Louis, > > el/7Server is now a link to el/7, see > https://yum.puppetlabs.com/el/7Server/ > > > On Tue, Jul 29, 2014 at 3:11 AM, Louis Coilliot > wrote: > >> Hello, could you please a

[Puppet Users] http://yum.puppetlabs.com/el/7Server ?

2014-07-29 Thread Louis Coilliot
: $repo_puppetlabs_products = 'http://yum.puppetlabs.com/el/$releasever/products/$basearch', $repo_puppetlabs_deps = 'http://yum.puppetlabs.com/el/$releasever/dependencies/$basearch', $releasever is 7 on Centos 7 but 7Server on RHEL 7 Thanks in advance. Louis Coilli

[Puppet Users] Re: Hiera variables working only with explicit mode

2014-07-03 Thread Louis Coilliot
Hello, it's working now on a new test, it must have been a human error on the previous test because I didn't change anything in the configuration. Dont acte. Louis Coilliot 2014-07-02 18:20 GMT+02:00 Louis Coilliot : > Hello, > > with a puppet master version 3.5, I only get

[Puppet Users] Hiera variables working only with explicit mode

2014-07-02 Thread Louis Coilliot
e puppet master is linked to a Foreman, maybe this is related. Thanks in advance. Louis Coilliot -- 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

Re: [Puppet Users] No resources and catalog information with puppetdb

2014-02-28 Thread Louis Coilliot
Hello It is still broken. I set soft_write_failure=false I upgraded puppet on the nodes, so now the puppet master and nodes are in version 3.4.3 This is the result of the puppetdb ssl-setup : [root@el6 lofic]# puppetdb ssl-setup PEM files in /etc/puppetdb/ssl already exists, checking integrity

[Puppet Users] No resources and catalog information with puppetdb

2014-02-25 Thread Louis Coilliot
uppetdb In routes.yaml on the master : --- master: facts: terminus: puppetdb cache: yaml In puppetdb.conf on the master : [main] server=el6.labolinux.fr port=8081 soft_write_failure=true On the puppetdb node : [root@el6 ~]# rpm -qa | grep '^puppet' puppet-3.3.2-1.el6.noarch

Re: [Puppet Users] Array of variables

2014-02-11 Thread Louis Coilliot
Hello, I do this with hiera, like explained here : http://serverfault.com/questions/512203/how-do-i-configure-parameterized-classes-with-arrays-in-puppet Put your array in a example.com.yaml file. 2014-02-11 10:51 GMT+01:00 Luis León : > I have on my node definition the following code: > >

Re: [Puppet Users] Re: Copy files after Apache install...but only once.

2014-02-01 Thread Louis Coilliot
Hello, for a an individual config file you can : 1° delete the file unless there is a special tag line in it 2° then ensure the file with replace = false Example here : https://github.com/lofic/puppet-jboss7/blob/master/templates/domain.xml.jboss-as-7.1.1#L35 https://github.com/lofic/puppet-jbos

[Puppet Users] Problem with puppetlabs-firewall and ip range

2014-01-26 Thread Louis Coilliot
target prot opt in out source destination 0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 source IP range 192.168.0.60-192.168.0.62 destination IP range 192.168.0.60-192.168.0.62 /* 138 jboss node to node udp */ 40 2400 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0

Re: [Puppet Users] puppetlabs-firewall scope

2013-12-02 Thread Louis Coilliot
on iptables -F Let me know if it works for you. Louis Coilliot 2013/11/30 > Hi Louis, > > Did you ever find a workaround for this problem? I'm experiencing the same > thing, where the existing rules are not all purged at once so it causes the > other resources to time ou

Re: [Puppet Users] Ordering The path to be followed in installing JBOSS-AS-7.1.1

2013-01-30 Thread Louis Coilliot
to install Jboss. Louis Coilliot 2013/1/30 Matthew Burgess : > On Wed, Jan 30, 2013 at 8:24 AM, yarlagadda ramya > wrote: > >> $software = "/app/tcs/puppetdemo/software" >> $server = "/app/tcs/puppetdemo/server" >> $URL = "http://192.168.24.171

Re: [Puppet Users] Web interface to Facter information, system config reporting?

2012-12-21 Thread Louis Coilliot
: http://www.kermit.fr/kermit/images/Kermit-Inventory-01.png http://www.kermit.fr/kermit/images/Kermit-Inventory-02.png And a screencast : http://www.kermit.fr/video/kermit-server_details.mp4 Louis Coilliot Le 20/12/2012 10:05, Ohad Levy a écrit : > > > > On Wed, Dec 19, 2012 at 9:2

Re: [Puppet Users] Whats the best approach to create a repo of the installers to be used for installing and upgrading in the puppet managed nodes

2012-12-20 Thread Louis Coilliot
Hello, why not making a rpm or deb package for the application and using the resource 'package' ? Here is an example with JBoss : http://kermit.fr/repo/rpm/el6/x86_64/jboss/ http://kermit.fr/repo/rpm/el6/SRPMS/ https://github.com/lofic/puppet-lofic/tree/master/modules/jboss7 Loui

Re: [Puppet Users] Re: Puppet and Mcollective yaml file changing when it shouldn't

2012-12-14 Thread Louis Coilliot
This works also : content => inline_template("<%= Hash[scope.to_hash.reject { |k,v| k.to_s =~ /(uptime|timestamp|memory|free|swap)/ }.sort].to_yaml %>") It does not sort but keep the fact list in the same order. Louis Coilliot Le 14/12/2012 03:05, Zane Williamson a écrit

Re: [Puppet Users] puppetlabs-firewall scope

2012-12-08 Thread Louis Coilliot
twork temporarily. Hopefully it comes back after a while. I don't have this annoyance if I 'iptables -F' first. See an example below. I can work with that but if you have a workaround you're welcome. Louis Coilliot Info: Applying configuration version &#

[Puppet Users] puppetlabs-firewall scope

2012-12-04 Thread Louis Coilliot
something or is it the expected behaviour ? If this is expected, is there a workaround to apply the purge of the rules only for some nodes where I want to apply specific firewall rules through modules and puppet-firewall ? Thanks in advance. Louis Coilliot -- You received this message because yo