r
something that could fix this ...
i have open issue request: http://projects.puppetlabs.com/issues/19908
OS: CentOS 6 64 bit
Ruby: ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux]
Puppet: 3.1.1
Thank you.
--
Maxim Ianoglo
--
You received this message because you are subscribed to t
Hello,
I found my issue.
I should export the PATH variable - not just define it:
export PATH='/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/
bin:/sbin:/
and now it works
Thank you.
--
Maxim Ianoglo
--
You received this message because you are subscribed to the Google Groups
&q
/usr/bin/puppet --color=false --confdir=/tmp --vardir=/tmp --
parseonly --ignoreimport $tmpfile >&2
if [ $? -ne 0 ]
then
echo "Puppet syntax error in $line." >&2
exit 2
fi
done
res=$?
rm -f $tmpfile
if [ $res -ne 0 ]
then
exit $res
fi
Thank you.
--parseonly
--ignoreimport shell.pp
And it worked fine.
Then i read ( and thought ) that the cause could be PATH variable. I
set it - but no luck.
On Apr 29, 11:18 am, Patrick wrote:
> On Apr 29, 2010, at 12:54 AM, Maxim Ianoglo wrote:
>
>
>
>
>
> > Hello,
>
> > I tri
dd PATH variable, but no luck.
Did anyone faced this issue before ?
Puppet Version: puppet-0.25.4-1
OS Version: CentOS release 5.4 (Final)
Ruby Version: 1.8.6
Thakn you.
--
Maxim Ianoglo
--
You received this message because you are subscribed to the Google Groups
"Puppet Users&q
d,
:fields => %w{line}
end
But I keep getting this error: NoMethodError: undefined method `value'
for nil:NilClass
How can i fix this ?
Thank you.
--
Maxim Ianoglo
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" grou