Displaying 2 results from an estimated 2 matches for "schae".
Did you mean:
schade
2010 Mar 28
3
Array data type----What can Be Done
Hi all,
please i have an array in my rails application (for example; $x = [23,
how, this,56, you, nice])
I want to store it in a mysql database as a SINGLE RECORD with a
name .
thus i can get each array with its name and still be able to access
the array like an array
i.e $x[0] # => 23
$x[1] # => how
.....and so on
I don''t know what DATA TYPE to use and how to do
2009 May 12
8
Configuring hosts with data from other hosts
So I want to use facts from one host in the configuration of other
hosts.
Trivial example: setting restrict lines in ntp.conf to allow a
monitoring host to query ntpd on remote hosts.
So if the monitoring host boots with IP 10.2.2.3 (which may change
regularly), and it knows its the monitor host (via some customer
facter plugins), I want some global variable to be available