Displaying 1 result from an estimated 1 matches for "jf87".
Did you mean:
af87
2007 Mar 09
2
Information from the real world into Puppet (simply)?
Hi,
I''m trying retrieve some information from the real world from within puppet.
I''d initially hoped that I could do this:
$xen_version = exec { "apt-cache search xen-hypervisor | head -n 1 | cut
-d- -f3-5":
path => "/usr/bin:/usr/sbin:/bin",
cwd => "/tmp",
require => [