Forgot to mention, in regards to permissions, Tried making everything 777
and owned by puppet but no change.
On Saturday, September 6, 2014 12:42:39 PM UTC-4, Felix.Frank wrote:
>
> On 09/05/2014 10:39 PM, Alex Wacker wrote:
> > I am currently having the following problem and have not been able
The correct way is simply
$java_home = $java_home_var
Barring that, this is the correct way to use a template:
$java_home = inline_template('<%= @java_home_var %>')
While not deprecated, scope.lookupvar is the wrong way to do variable
access in templates.
On Sat, Sep 6, 2014 at 9:45 AM, Felix
Here is the output on the master side when running in debug mode and
attempting to do a puppet agent -t on the client
http://pastie.org/private/klrgqlxbxqw82cii6diq
On Saturday, September 6, 2014 12:42:39 PM UTC-4, Felix.Frank wrote:
>
> On 09/05/2014 10:39 PM, Alex Wacker wrote:
> > I am curre
There is a fix for this in a PR associated with Puppet Labs jira ticket
PUP-3191 (https://tickets.puppetlabs.com/browse/PUP-3191), which should be
included in Puppet 3.7.1.
The repo of this module doesn't seem to include those bad symlinks:
https://github.com/gini/puppet-archive
so, maybe the a
On 09/05/2014 07:22 PM, Brandon Metcalf wrote:
> Using puppet 3.4.3 and getting the following warning:
>
> Variable access via 'java_home_var' is deprecated. Use
> '@java_home_var' instead. template[inline]:1
>
> from the following line:
>
> $java_home = inline_template('<%= scope[@java_home_va
On 09/05/2014 10:39 PM, Alex Wacker wrote:
> I am currently having the following problem and have not been able to
> track down the cause in all my searches online. I have a script file
> located in a module I have written that the client appears to be
> unable to get.
Hi,
does the master perhaps
Hi Matthew,
I also moved from PE to Puppet Open-Source. I actually got started with the
10 nodes free licence before feeling comfortable enough to puppetize my 60
VMs, so the operation was performed at much smaller scale than in your case
probably. From what I experienced:
1) Exporting/importi