spec/integration/recipes/default.rb in itamae-1.3.1 vs spec/integration/recipes/default.rb in itamae-1.3.2
- old
+ new
@@ -209,9 +209,14 @@
git "/tmp/git_repo" do
repository "https://github.com/ryotarai/infrataster.git"
revision "v0.1.0"
end
+git "/tmp/git_repo_submodule" do
+ repository "https://github.com/mmasaki/fake_repo_including_submodule.git"
+ recursive true
+end
+
#####
execute "echo -n $HOME > /tmp/created_by_itamae_user" do
user "itamae"
end