search for: nbev

Displaying 1 result from an estimated 1 matches for "nbev".

Did you mean: bev
2012 Aug 11
2
Extending Puppet Woes
...c "Manages MySQL database." defaultfor :kernel => ''Linux'' optional_commands :mysql => ''mysql'' def create def create mysql("-u #{resource[:rootuser]} -p\''#{resource[:rootpassword]}\'' -h #{resource[:host]} -NBev", "create database #{@resource[:name]} character set #{resource[:charset]}") end It fails with the following error, if I run the command on the command line it runs successfully but in Puppet it fails. Can someone help me understand how the mysql is being executed with mysql? deb...