User:OrenBochman/Labs 2/Test
Appearance
Test
[edit]This a quizz to test your understanding of the puppet module for mediawiki development.
- What is puppet used for?
- Answer:
- What is a class?
- Answer:
- How is import used and what for.
- Answer:
- How do you make sure the latest version of a package is installed ?
- Answer:
- When is this ok and why might this create a problem?
- Answer:
- How do you ensure that version 1.2.3 of the package is installed?
- Answer:
- What is a service?
Part 2 Best Practices & Style
[edit]Part 3 Style
[edit]In the following puppet definitions there are some style problems. You must locate and correct them.
Part 4 Assignment
[edit]- create a puppet definition called "Solr-Jetty" with the following requirements:
- ensure it installs the latest version of java.
- it gets the latest version of Solr from ...
- define a file called "schema.xml"
- Answer: