fatmcgav / fatmcgav-glassfish

Rewritten Glassfish module to improve functionality and support.
http://github.com/fatmcgav/fatmcgav-glassfish
GNU General Public License v3.0
6 stars 31 forks source link

Puppet 4 namespace issue #58

Closed semitry closed 8 years ago

semitry commented 8 years ago

puppet4 is unable to find resources Create_cluster, Create_node and Create_domain unless Glassfish:: is prepended.

fatmcgav commented 8 years ago

@semitry Can you confirm which classes you had to make the modifications in?

As I'm struggling to find any resources references that aren't correctly namespaced...

semitry commented 8 years ago

@fatmcgav okay, I figured out my problem. I downloaded the develop branch from github and not the version from the forge. I just downloaded the latest from the forge and that appears to be correct. I'm sorry. Close this.

fatmcgav commented 8 years ago

@semitry develop should have the same code base tbh, as the 0.7.0 release was ultimately released from it... Maybe an old commit?

But yeh, using the version from the Forge makes most sense. :)