diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-12 12:41:08 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-12 12:41:08 -0400 |
| commit | 7d4adb5348176574f1ed4b8e0859693024cc446a (patch) | |
| tree | 2e7379eff2f3761d3f51cbf272ceda532459094f /doc/centralized_git_repository.mdwn | |
| parent | f765a05f88a2a782139312dea3ad6a0a2c7934b0 (diff) | |
| parent | 514bc70c393d3bc55fa1f6b56cecf131da3607eb (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'doc/centralized_git_repository.mdwn')
| -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 6cfc139e..1e511398 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 (Cron.Times "*/30 * * * *")` 3. Let your hosts know about the changed configuration (including the url to the central repository), by running `propellor --spin $HOST` for each |
