yes, create a new database. Let's called it "puppet_extra"
Let say the StoreConfigs db has a table called "hosts" that you want
to add columns to. Create a table in puppet_extra called "hosts" with
two fields: ID and myExtraColumn. Assuming you have some sort of code
that inserts the extra
I'm not sure I understand. Do you mean create a new database?
Ciao,
Sheldon.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To
why not just create a new schema and have 1 to 1 relationships with
tables (if you are extending tables).
---
Thanks,
Allan Marcus
505-667-5666
On Jul 2, 2009, at 2:08 AM, Sheldon Hearn wrote:
>
> I'm adding tables to the storeconfigs database, to support my
> storereports plugin, and woul