Merge pull request #372 from fschwiet/patch-1
Update faq.md based on question
This commit is contained in:
commit
35139159f5
1 changed files with 12 additions and 0 deletions
12
docs/faq.md
12
docs/faq.md
|
@ -9,3 +9,15 @@ When removing applications make sure to remove the corresponding `/var/db/.puppe
|
||||||
### Q: How do you remove Boxen?
|
### Q: How do you remove Boxen?
|
||||||
|
|
||||||
Run `script/nuke` from inside the `/opt/boxen/repo` directory.
|
Run `script/nuke` from inside the `/opt/boxen/repo` directory.
|
||||||
|
|
||||||
|
### Q: What's a good approach to merging our-boxen back into my private fork?
|
||||||
|
|
||||||
|
One approach is to delete the Gemfile.lock and Puppetfile.lock and run:
|
||||||
|
|
||||||
|
# Regenerates Gemfile.lock and installs new Gems
|
||||||
|
bundle install --without development
|
||||||
|
|
||||||
|
# Regenerates Puppetfile.lock and caches tarballs
|
||||||
|
bundle exec librarian-puppet install --clean
|
||||||
|
|
||||||
|
These will generate the respective lock files suitable for committing. Hope that helps.
|
||||||
|
|
Loading…
Reference in a new issue