lib/poolparty/provision/configurations/chef.rb in auser-poolparty-1.2.2 vs lib/poolparty/provision/configurations/chef.rb in auser-poolparty-1.2.3

- old
+ new

@@ -12,13 +12,13 @@ "/usr/bin/chef-solo #{debug_flag} -c /etc/chef/solo.rb -j /etc/chef/dna.json" ] end def self.files_to_upload [ - "#{Default.tmp_path}/dr_configure/chef/solo.rb", - "#{Default.tmp_path}/dr_configure/chef/dna.json", - "#{Default.base_config_directory}/chef/solo.rb", - "#{Default.base_config_directory}/chef/dna.json" + # "#{Default.tmp_path}/dr_configure/chef/solo.rb", + # "#{Default.tmp_path}/dr_configure/chef/dna.json", + # "#{Default.base_config_directory}/chef/solo.rb", + # "#{Default.base_config_directory}/chef/dna.json" ] end end end \ No newline at end of file