Re: [Puppet Users] Upper case Key in hiera hash

2014-06-16 Thread jcbollinger
On Friday, June 13, 2014 1:39:08 PM UTC-5, RG wrote: > > For some reason its not working, puppet debug message saying it got > created but i don't see it in setnv.sh file > > > Hiera[class::subclass1::setenv_sh]/class::subclass1::Setenv_sh[INSTALL_SCRIPT]/Ini_setting[/opt/application/ > setenv.s

Re: [Puppet Users] Upper case Key in hiera hash

2014-06-13 Thread RG
For some reason its not working, puppet debug message saying it got created but i don't see it in setnv.sh file Hiera[class::subclass1::setenv_sh]/class::subclass1::Setenv_sh[INSTALL_SCRIPT]/Ini_setting[/opt/application/setenv.sh/INSTALL_SCRIPT]/ensure: created On Friday, June 13, 2014 11:12:1

Re: [Puppet Users] Upper case Key in hiera hash

2014-06-13 Thread Garrett Honeycutt
On 6/13/14, 2:06 PM, RG wrote: > Hi, > > Can i have upper case key in hiera? > > I have a setenv_sh class that will take a key:value defined in hiera and > put it in setenv.sh file > > test.yaml: > > >class::subclass1::setenv_sh: > INSTALL_SCRIPT: >value: '/opt/install.sh' > > Thank

[Puppet Users] Upper case Key in hiera hash

2014-06-13 Thread RG
Hi, Can i have upper case key in hiera? I have a setenv_sh class that will take a key:value defined in hiera and put it in setenv.sh file test.yaml: class::subclass1::setenv_sh: INSTALL_SCRIPT: value: '/opt/install.sh' Thanks, RG -- You received this message because you are subscri