Sha256: 2e19e95d1ff22c4485cf6c60e0d5ade051ec8e7ce6d2b860328b094971fcef3e
Contents?: true
Size: 337 Bytes
Versions: 8
Compression:
Stored size: 337 Bytes
Contents
module Blender module Manifest # run the root manifest with shadow_puppet of the given VERSION # @param [String] shadow_puppet_version the version of the shadow_puppet gem to use def self.run(shadow_puppet_version) require 'blender/manifest/root' Root.new(:setup).execute && Root.new.execute end end end
Version data entries
8 entries across 8 versions & 1 rubygems