mofa 0.3.23 → 0.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,7 +81,10 @@ class ProvisionCmd < MofaCmd
81
81
  def create_solo_rb(sftp, hostname, solo_dir)
82
82
  puts "Remotely creating \"#{solo_dir}/solo.rb\""
83
83
  sftp.file.open("#{solo_dir}/solo.rb", "w") do |file|
84
- cookbook_path [ "#{solo_dir}/cookbooks" ]
84
+ solo_rb = <<-"EOF"
85
+ cookbook_path [ "#{solo_dir}/cookbooks" ]
86
+ EOF
87
+
85
88
  solo_rb += <<-"EOF"
86
89
  data_bag_path "#{solo_dir}/data_bags"
87
90
  log_level :info
data/lib/mofa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mofa
2
- VERSION = "0.3.23"
2
+ VERSION = "0.3.24"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mofa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.23
4
+ version: 0.3.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: