module TrainPlugins::PuppetDBInterface::Platform

Public Instance Methods

platform() click to toggle source
# File lib/train-puppetdb/platform.rb, line 3
def platform
        Train::Platforms.name('puppetdb')
        force_platform!('puppetdb', release: TrainPlugins::PuppetDBInterface::VERSION)
end