Good morning puppet people. I have a query on form...
# puppet
d
Good morning puppet people. I have a query on format of code. What's the difference between these 2 lines of code?
Copy code
create_resources(Postgres::Instance, $instances, $instance_defaults)
and
Copy code
create_resources(postgres::instance, $instances, $instance_defaults)