This message was deleted.
# puppet
s
This message was deleted.
b
they are usually namespaced
ah wait
forget what I wrote 😄
had a brainfart. I'm not aware of namespaced types/providers
m
alright ^^ was wondering since the docs just mention things like this:
Copy code
Puppet::Type.type(:package)
and usage would be
Copy code
package {"namevar":}
b
yeah
m
and i would have aimed for
Copy code
module::package{"namevar":}
for consistency
well if namespacing that is not possible, then it would make a good feature someone at puppet could keep in mind 🙂
but thanks anyway
b
you can create a feature request at https://tickets.puppetlabs.com/
m
will do
t
Namespaces in Puppet were not available for the ruby side for a very long time. At the moment functions can (and should be) namespaced. I would love to see namespaced types/providers as this will prevent issues when having two modules wit the same type/provider.
âž• 1
For PuppetDSL namespaces were introduced with modules.