Sha256: d2dedef8755adc9717c72752704cf07c71a0d42a81e017f68728e3ea9fa288b3
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
module TerraspaceBundler class Config extend Memoist include Singleton def config config = ActiveSupport::OrderedOptions.new config.export_path = "vendor/modules" config.terrafile = "Terrafile" config.lockfile = "#{config.terrafile}.lock" config end memoize :config end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
terraspace-bundler-0.1.0 | lib/terraspace_bundler/config.rb |