Class: Puppet::Module
- Inherits:
-
Object
- Object
- Puppet::Module
- Defined in:
- lib/dropsonde/monkeypatches.rb
Overview
puppet module class
Instance Method Summary collapse
Instance Method Details
#forge_module? ⇒ Boolean
6 7 8 |
# File 'lib/dropsonde/monkeypatches.rb', line 6 def forge_module? Dropsonde::Cache.forge_module? self end |
#forge_slug ⇒ Object
12 13 14 15 16 |
# File 'lib/dropsonde/monkeypatches.rb', line 12 def forge_slug forge_name.tr('/', '-') rescue StandardError nil end |