test/acceptance/digital_ocean/Vagrantfile in vagrant-puppet-install-4.0.0 vs test/acceptance/digital_ocean/Vagrantfile in vagrant-puppet-install-4.0.1
- old
+ new
@@ -16,8 +16,8 @@
override.ssh.private_key_path = '~/.ssh/id_rsa'
end
config.vm.provision :puppet do |puppet|
puppet.manifests_path = File.expand_path('../../../support/manifests', __FILE__)
- puppet.manifest_file = "base.pp"
+ puppet.manifest_file = 'base.pp'
end
-end
\ No newline at end of file
+end