Module: TrainPlugins::PuppetDBInterface::Platform
- Included in:
- Connection
- Defined in:
- lib/train-puppetdb/platform.rb
Instance Method Summary collapse
Instance Method Details
#platform ⇒ Object
3 4 5 6 |
# File 'lib/train-puppetdb/platform.rb', line 3 def platform Train::Platforms.name('puppetdb') force_platform!('puppetdb', release: TrainPlugins::PuppetDBInterface::VERSION) end |