Skip to content

Commit b2daf42

Browse files
author
Craig Watson
committed
Examples: Renaming tests directory as per best practice
1 parent bc2b9b4 commit b2daf42

8 files changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Vagrant.configure("2") do |config|
115115
c.vm.provision :shell, :inline => "if [ ! -L /etc/puppetlabs/code/environments/production/modules/newrelic ]; then ln -s /vagrant /etc/puppetlabs/code/environments/production/modules/newrelic; fi"
116116

117117
# == Finally, run Puppet!
118-
c.vm.provision :shell, :inline => "STDLIB_LOG_DEPRECATIONS=false /opt/puppetlabs/puppet/bin/puppet apply --verbose --show_diff /vagrant/tests/#{test_file}.pp"
118+
c.vm.provision :shell, :inline => "STDLIB_LOG_DEPRECATIONS=false /opt/puppetlabs/puppet/bin/puppet apply --verbose --show_diff /vagrant/examples/#{test_file}.pp"
119119
end
120120
end
121121
end

tests/dotnet.pp examples/dotnet.pp

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)