This is so good but I would like to ask if the sql parameter to import sql 
scripts can receive an array as argument that is get two .sql file or more 
and still execute successfully, have tried to give it an array but it joins 
everything to one so that

      mysql::db{...
        sql => ["/tmp/1.sql","/tmp/2.sql",]
        ....
       }

it assumes the above to be

           /tmp/1.sql/tmp/2.sql

which  is not possible .... is there a way for the puppetlabs mysql module 
to have two sql scripts imported at a go

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/aa478c4a-95ee-4290-8178-cb20d71d4c4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to