EXERCISE

1. Set a custom class if the file /tmp/testme exists.

2. Report the presence or absense of the file using
   "reports" type promises and the class defined in
   #1 above.

3. Have a "files" type promise create the file "/tmp/testme".

Now, remove /tmp/testme and run your policy and observe
and explain what happens.
