search for: lelutin

Displaying 8 results from an estimated 8 matches for "lelutin".

2012 Feb 10
7
Hiera data unusable in a class with an array parameter
Given the following hiera hash: common.yaml: --- *allowed_ips:* * "First IP": 1.2.3.4* * "Second IP": 5.6.7.8* and the module: *class iptables ($role) {* * file {/tmp/test:* * content => template(iptables/test.erb)* * }* *}* with the corresponding template test.erb: *<% role.each do |role| -%> * * code* *<% end %>* *<%
2012 Sep 10
5
Nagios purge deleted items and notify nagios service problem
I am using stored configs to manage my nagios host and services checks and I have run into a problem that I have been unable to solve. When the stored configs are purged from puppet the nagios server correctly removes them from the services and hosts file but does not notify the nagios service and instead throws an error. So the entries are still there and nagios still reports on them until
2011 Nov 21
0
WG: Re: AW: nagios_service does not replace target file
...this several times. However I will have a look at the > module > mentioned by you as soon as I''m back in the office on Monday. Maybe > I''ll > find some issues. > > Thanks so far! > > Bernd > > On Thu, 17 Nov 2011 22:06:02 +0100, Gabriel Filion <lelutin@gmail.com> > wrote: > > > On 11-11-17 04:04 AM, Bernd Adamowicz wrote: > >> Removing the ''require'' link leads back to the very first problem > I''ve > >> encountered: The files are not regenerated even thought the stored > >> c...
2013 Sep 12
1
Puppet SSL cipher suites
Hey there, I looked up puppet.conf documentation and there doesn''t seem to be any option to choose which SSL cipher suites are used for communication. Is there some way to configure which cipher suites are preferred? -- Gabriel Filion
2012 Oct 10
6
Puppet client not listening on port 8139
Hi everyone, Please help, I have built a new server and installed puppet (2.6.17) running on RHEL 6.3. It seems that it is not listening on port 8139. iptables -L: Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt
2010 Jun 17
5
Could not find class, code-blind
I''m troubled with a node-definition not able to resolve a class: Could not find class rhnsd::common at /etc/puppet/manifests/nodes.pp: 8 on node X Content of manifest/site.pp: import "nodes.pp" [...] The layout of modules/rhnsd/ is: |-- files | `-- up2date-rhn |-- manifests | |-- client.pp | |-- common.pp | |-- init.pp | `-- rhn.pp A `cat'' from each
2012 Feb 16
0
Bug#639941: Xen "line 118: sigerr: command not found" error for unassigned network interfaces
I'm also seeing this error in a very similar setup $ cat /etc/xen/scripts/network-dualbridge #!/bin/sh dir=$(dirname "$0") $dir/network-bridge "$@" vifnum=0 netdev=eth0 bridge=xenbr0 $dir/network-bridge "$@" vifnum=1 netdev=eth1 bridge=xenbr1 but in my case, each interface that is setup with a bridge already has an IP assigned to it via /etc/network/interfaces
2015 Oct 27
2
no Xen packages for i386
Hi there, I just saw this morning after mistakenly installing the -amd64 packages on a 32bit machine, that the i386 packages had disappeared from debian from jessie onwards. I was wondering about the reason for this disappearance. Is it because upstream cut off support for 32 bit systems? I scratched really fast on the bug reports and couldn't see one that talked about this. -- Gabriel