spec/integration/recipes/default.rb in itamae-1.3.0 vs spec/integration/recipes/default.rb in itamae-1.3.1
- old
+ new
@@ -113,9 +113,17 @@
mode "700"
owner "itamae"
group "itamae"
end
+directory "/tmp/directory_never_exist1" do
+ action :create
+end
+
+directory "/tmp/directory_never_exist1" do
+ action :delete
+end
+
template "/tmp/template" do
source "hello.erb"
variables goodbye: "Good bye"
end