murano/murano/tests/functional/engine/io.murano.conflang.chef.Exa.../Resources/scripts/test/recipes/install.rb

10 lines
159 B
Ruby

script "install" do
interpreter "bash"
user "root"
cwd "/opt"
code <<-EOH
echo test install
EOH
end
node.normal['test']['action_test'] = "install"