Slide 10
Slide 10 text
!
class projects::education-web {
github::project { 'education-web':
dotenv => true,
elasticsearch => true,
redis => true,
ruby => '1.9.3-p231-tcs-github',
postgresql => [
'education_web_development',
'education_web_test'
]
}
}