Method: Bolt::ModuleInstaller::Puppetfile::GitModule#to_spec
- Defined in:
- lib/bolt/module_installer/puppetfile/git_module.rb
#to_spec ⇒ Object
Returns a Puppetfile module specification.
22 23 24 |
# File 'lib/bolt/module_installer/puppetfile/git_module.rb', line 22 def to_spec "mod '#{@name}',\n git: '#{@git}',\n ref: '#{@ref}'" end |