From 812ef8a74c30a3c2bea4a4f3f2a8b121c63cdbac Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 10 May 2017 23:44:16 -0700 Subject: [PATCH] Adding more notes --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d9b46c..9730375 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ bundle install bundle exec r10k puppetfile install --puppetfile ~/.dotfiles/production/puppet/Puppetfile -v ``` +#### Running Puppet + +```bash +bundle exec puppet apply --environmentpath ~/.dotfiles/puppet ~/.dotfiles/puppet/production/manifests/site.pp +``` + #### Installed Homebrew packages To see what has been installed (not the deps) run `brew leaves` @@ -68,5 +74,3 @@ cd ~/repos/powerline-fonts * create a refresh-only exec that runs the install script * add a notify to the vcsrepo resource that triggers the exec * this will also take care of bringing in new fonts or updates - -