search for: w67dvqs

Displaying 1 result from an estimated 1 matches for "w67dvqs".

2013 Sep 11
1
Java module woes
...ould be to coax puppet into running sudo alternatives --set java /usr/java/jre1.6.0_45/bin/java if the installation check succeeds, but the default isn''t correctly set. I grabbed a *java_version* fact from another groups discussion<https://groups.google.com/forum/#!topic/puppet-users/W67dvqS-GdU>, and naively the module code would look something like this # if version check in package resource succeeds .. if($java_version != ''1.6.0_45'') # run sudo alternatives --set java /usr/java/jre1.6.0_45/bin/java but I already know enough puppet to know that''s not...