summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2014-12-07 15:34:29 -0400
committerJoey Hess2014-12-07 15:34:29 -0400
commitd7d833b4319b36e2d530b2e81f42eb60056b5f9d (patch)
treebd0b775929d842c056e23090cd9290fefa4de7b9 /doc
parentf9958e16115c4e9220d6bafa07ae17a151ae1f04 (diff)
fix cron example
Diffstat (limited to 'doc')
-rw-r--r--doc/centralized_git_repository.mdwn2
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