[Puppet Users] Re: Stupid Exec

2012-01-05 Thread ollies...@googlemail.com
On Jan 5, 3:54 pm, krish wrote: > On Thu, Jan 5, 2012 at 9:12 PM, ollies...@googlemail.com > > wrote: > > Hello, > > > I have this stupid exec on a bash script but bear with me. Works OK on > > an ancient 0.xx Puppet setup. But not on 2.7.9. > > > $command = "( /apps/path/scripts/install.sh ||

[Puppet Users] Re: Stupid Exec

2012-01-05 Thread Florian Koch
Hi, i think you can solve your Problem by adding provider => shell, http://docs.puppetlabs.com/references/stable/type.html#exec rgds Florian koch On Jan 5, 4:54 pm, krish wrote: > On Thu, Jan 5, 2012 at 9:12 PM, ollies...@googlemail.com > > wrote: > > Hello, > > > I have this stupid exec on