forked from jaytaph/restcookbook.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
14 lines (10 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: default
---
<h2 id='welcome_to_the_rest_cookbook'>Welcome to the REST CookBook</h2>
<p>REST is an amazingly powerful and flexible tool. It’s one that can change your daily work flow for the better once you start using it, but like all open ended tools, it can take a little while to become familiar with.</p>
<p>Over the years of using puppet I’ve noticed that people often come up with the same kind of requests, “How do I restart this service when the config file changes?”, “How can I include a package in multiple places?”, and while puppet can easily fulfil these needs sometimes the documentation is more focused on
l itself rather than what can be achieved with it. Throughout this site I’ll attempt to answer task driven questions and provide somewhere that I can point people to in the future.</p>
<h3 id='disclaimers'>Disclaimers</h3>
<p>And now the disclaimers. This site is maintained by Joshua Thijssen and others. All information found here is written and updated by a group of volunteers. In no way we are or can be held responsible for content of this site.</p>
<p>We accept no responsibility for any issues that may arise from the use of the recipes found on this site.</p>