From 514bc70c393d3bc55fa1f6b56cecf131da3607eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Feb 2015 12:40:52 -0400 Subject: update for cron change --- doc/centralized_git_repository.mdwn | 2 +- doc/haskell_newbie.mdwn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn index f1a81e40..e62ffea0 100644 --- a/doc/haskell_newbie.mdwn +++ b/doc/haskell_newbie.mdwn @@ -66,7 +66,7 @@ Some other properties you may find in your config.hs, or want to add: & Apt.unattendedUpgrades & User.hasSomePassword "root" & "/etc/default/foodaemon" `File.containsLine` "ENABLED=yes" - & Cron.runPropellor "30 * * * *" + & Cron.runPropellor (Cron.Times "30 * * * *") """]] Some of these properties can be reverted -- this makes Propellor undo whatever -- cgit v1.2.3