This commit is contained in:
Joey Hess 2014-11-18 17:40:33 -04:00
parent d118c0c76c
commit 4480f998d1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ see [configuration for the Haskell newbie](https://propellor.branchable.com/hask
7. Now you have a simple propellor deployment, but it doesn't do 7. Now you have a simple propellor deployment, but it doesn't do
much to the host yet, besides installing propellor. much to the host yet, besides installing propellor.
So, edit `~/.propellor/config.hs` to configure the host (maybe So, edit `~/.propellor/config.hs` to configure the host (maybe
start with a few simple properties), and re-run step 6. start with a few simple properties), and re-run step 6.
Repeat until happy and move on to the next host. :) Repeat until happy and move on to the next host. :)
8. Optionally, set up a [centralized git repository](https://propellor.branchable.com/centralized_git_repository/) 8. Optionally, set up a [centralized git repository](https://propellor.branchable.com/centralized_git_repository/)
so multiple hosts can be updated with a simple `git commit -S; git push` so multiple hosts can be updated with a simple `git commit -S; git push`