Re: [Puppet Users] exec not executing

2016-02-21 Thread Peter Bukowinski
It looks like it's the quotes in your command. The entire command is wrapped in double quotes, and the actual mysql command should be wrapped in single quotes, but isn't. Also you have admin, localhost, and secret in single quotes that aren't escaped. You will need to escape all the single

Re: [Puppet Users] Announce: A REPL for the puppet language

2016-02-21 Thread Felix Frank
Cool, thanks for sharing! I will mark this and try to check it out "soon". Cheers, Felix On 02/20/2016 12:04 AM, Corey Osman wrote: Hi, I created a REPL for the puppet language this week. This is something that has been lacking for quite some time. https://github.com/nwops/puppet-repl

Re: [Puppet Users] Re: Announce: A REPL for the puppet language

2016-02-21 Thread Gareth Rushgrove
On 21 February 2016 at 03:26, Jo Rhett wrote: > Puppet 4 is only supported with the all-in-one packaged Ruby. You don’t > choose your own. > Just to clarify, Puppet 4 will happily run from a gem on a ruby outside the AIO package. This is actually very common in the case

Re: [Puppet Users] Re: Announce: A REPL for the puppet language

2016-02-21 Thread Lowe Schmidt
I have the AIO package, but I havent pruned my rbenv environments. My bad -- Lowe Schmidt | +46 723 867 157 On 21 February 2016 at 04:26, Jo Rhett wrote: > Puppet 4 is only supported with the all-in-one packaged Ruby. You don’t > choose your own. > > On Feb 20, 2016,