diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-07 15:34:33 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-07 15:34:33 -0400 |
| commit | f692e1ceb28e1fedf2739fa9eb9786c35b5ad780 (patch) | |
| tree | 78b96698751ab21865ae981dfc5df5be4f225632 | |
| parent | 0972b3ca2e56f0dbdc78d5f6e3a0b41461a1c8bf (diff) | |
| parent | d7d833b4319b36e2d530b2e81f42eb60056b5f9d (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | doc/centralized_git_repository.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/centralized_git_repository.mdwn b/doc/centralized_git_repository.mdwn index 46cf89e2..6cfc139e 100644 --- a/doc/centralized_git_repository.mdwn +++ b/doc/centralized_git_repository.mdwn @@ -22,7 +22,7 @@ You can add a central git repository to your existing propellor setup easily: `cd ~/.propellor/; git remote add deploy git://git.example.com/propellor.git` 2. Add a property to your hosts like: - `Cron.runPropellor "30 * * * *"` + `Cron.runPropellor "*/30 * * * *"` 3. Let your hosts know about the changed configuration (including the url to the central repository), by running `propellor --spin $HOST` for each |
