[Puppet Users] puppet 3.x selectors with hashes - syntax error

2013-03-28 Thread Maxim Ianoglo
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

[Puppet Users] Re: Puppet manifests under version control issue

2010-05-06 Thread Maxim Ianoglo
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

[Puppet Users] Re: Puppet manifests under version control issue

2010-04-30 Thread Maxim Ianoglo
/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.

[Puppet Users] Re: Puppet manifests under version control issue

2010-04-29 Thread Maxim Ianoglo
--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

[Puppet Users] Puppet manifests under version control issue

2010-04-29 Thread Maxim Ianoglo
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

[Puppet Users] Custom Types: issue with accessing resources in provider from type

2010-04-16 Thread Maxim Ianoglo
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