search for: ipaddress_eth1

Displaying 5 results from an estimated 5 matches for "ipaddress_eth1".

Did you mean: ipaddress_eth0
2010 Mar 20
4
select ip-address for sshd_config
...might be the address for eth0 if there is none for eth1, and it might be both.. So, could someone help me with the erb template for my sshd_config: ListenAddress <%= sshd_listen_address %> The priority should be: 1 - $sshd_listen_address defined in node template 2 - $ipaddress_eth1 fact if defined 3 - $ipaddress fact 4 - default = 0.0.0.0 (probably not necessary since $ipaddress should always be defined..?) -jf -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to...
2012 Dec 14
11
Puppet and Mcollective yaml file changing when it shouldn't
...architecture: *id002 processor14: Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz - type: Rack Mount Chassis processor20: Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz + type: Rack Mount Chassis domain: mochimedia.net timezone: UTC title: mcollective - diskdrives: sda + diskdrives: sda ipaddress_eth1: 10.0.8.71 processor8: Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz processor11: Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz When Puppet comparse the /var/tmp/facts.yaml file to the file in the Filebucket it adds some replaces some entries with an extra space. It appears to add a couple differen...
2013 Nov 18
3
Is it possible to evaluate a string as a parameter name?
...te those fact names and evaluate the result... Is this at all possible? Thanks for your thoughts! $my_default_nic = ''eth1'' > $ip_method = ''static'' > $my_ip = ??????????? ### <- should end up looking > like the value of $::ipaddress_eth1 with out hardcoding eth1 > $my_netmask = ????????? ### <- <same idea as $my_ip> > > case $ip_method { > ''static'': { > network::static { $my_default_nic: > ensure => up, > ipaddress => $my_ip, >...
2013 Feb 01
3
Cannot get puppetlabs-haproxy to do what I want
I''ve been having a mess of a time using this module, which stinks because its behavior is EXACTLY what I am looking for... whenever I bootstrap new rabbitMQ nodes I want to add them to our HAProxy instance. Here''s my relevant site.pp entries: node /^rabbit.*/ inherits basenode { @@haproxy::balancermember { $fqdn: listening_service => ''messaging00'',
2013 Apr 18
4
fact_stomp_server
Does anyone have any insight into this error message? err: Could not retrieve catalog from remote server: Error 400 on SERVER: The fact named fact_stomp_server does not appear to be a valid hostname. The value of '''' does not match ''^[a-zA-Z0-9.-]+$''. A common cause of this problem is running puppet agent as a normal user instead of root, or the fact is