Update docs a bit for people example
This commit is contained in:
parent
93aaa2f395
commit
58f0f874e2
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ Per-user manifests live in `modules/people/manifests/$login.pp`, where
|
|||
|
||||
```puppet
|
||||
class people::jbarnette {
|
||||
include emacs
|
||||
include emacs # requires emacs module in Puppetfile
|
||||
include sparrow # requires sparrow module in Puppetfile
|
||||
|
||||
$home = '/Users/jbarnette'
|
||||
$my = "${home}/my"
|
||||
|
|
Loading…
Reference in a new issue