README.md in onceover-3.0.7 vs README.md in onceover-3.0.8

- old
+ new

@@ -184,11 +184,11 @@ ### factsets This gem comes with a few pre-canned factsets. These are listed under the `nodes` sections of `onceover.yaml` when you run `onceover init`. You can also add your own factsets by putting them in: -`spec/factsets/*.yaml` +`spec/factsets/*.json` Factsets are used by the controlrepo gem to generate spec tests, which compile a given class against a certain set of facts. To create these factsets all we need to do is log onto a real machine that has puppet installed and run: `puppet facts` @@ -196,10 +196,10 @@ `puppet facts > fact_set_name.json` Once we have our factset all we need to do is copy it into `spec/factsets/` inside our controlrepo and commit it to version control. Factsets are named based on their filename, not the name of the server they came from (Although you can, if you want). i.e the following factset file: -`spec/factsets/server2008r2.yaml` +`spec/factsets/server2008r2.json` Would map to a node named `server2008r2` in `onceover.yaml` ### nodesets