Sha256: 89ffcce25583cba24054962991ed252755c55289643ae0decf1894963980a4ce

Contents?: true

Size: 330 Bytes

Versions: 6

Compression:

Stored size: 330 Bytes

Contents

require 'logical-construct/target'

include LogicalConstruct
include LogicalConstruct::Platform()

provision = Provision.new

provision.in_namespace do
  resolution = ResolveConfiguration.new(provision)
  chef_config = ChefConfig.new(provision, resolution)
  chef_solo = ChefSolo.new(chef_config)
end

task :default => :provision

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
logical-construct-0.0.5 lib/templates/Rakefile.erb
logical-construct-0.0.4 lib/templates/Rakefile.erb
logical-construct-0.0.3 lib/templates/Rakefile.erb
logical-construct-0.0.2 lib/templates/Rakefile.erb
logical-construct-0.0.1 lib/templates/Rakefile.erb
logical-construct-0.0.1.localtesting lib/templates/Rakefile.erb