class app {
include ::base
include app::dev_packages
include app::ruby
Class['App::Dev_packages']
-> Class['App::Ruby']
}
describe port(80) do
it { should be_listening }
end
describe server(:app) do
describe http('http://app') do
it "responds content including 'Hello'" do
expect(response.body).to include('Hello')
end
end
end
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション
Webオペレーション研修イントロダクション

Webオペレーション研修イントロダクション