Commit 58f0f874e23a5800eb23bcce4226c53310ceb103

Authored by Will Farrington
1 parent 93aaa2f395

Update docs a bit for people example

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

modules/people/README.md
... ... @@ -5,7 +5,8 @@
5 5  
6 6 ```puppet
7 7 class people::jbarnette {
8   - include emacs
  8 + include emacs # requires emacs module in Puppetfile
  9 + include sparrow # requires sparrow module in Puppetfile
9 10  
10 11 $home = '/Users/jbarnette'
11 12 $my = "${home}/my"