# File lib/shared/puppet/module_tool/metadata.rb, line 33
    def dashed_name
      @data['name'].tr('/', '-') if @data['name']
    end