propellor spin

This commit is contained in:
Joey Hess 2014-09-09 13:58:01 -04:00
parent d01b54ede9
commit eacc7abcee
Failed to extract signature
2 changed files with 748 additions and 747 deletions

View File

@ -8,6 +8,7 @@ import Propellor.Property.Scheduled
import qualified Propellor.Property.File as File import qualified Propellor.Property.File as File
import qualified Propellor.Property.Apt as Apt import qualified Propellor.Property.Apt as Apt
import qualified Propellor.Property.Network as Network import qualified Propellor.Property.Network as Network
import qualified Propellor.Property.Service as Service
import qualified Propellor.Property.Ssh as Ssh import qualified Propellor.Property.Ssh as Ssh
import qualified Propellor.Property.Gpg as Gpg import qualified Propellor.Property.Gpg as Gpg
import qualified Propellor.Property.Cron as Cron import qualified Propellor.Property.Cron as Cron
@ -145,7 +146,7 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64"
, "User = bitlbee" , "User = bitlbee"
, "AuthMode = Registered" , "AuthMode = Registered"
, "[defaults]" , "[defaults]"
] ] `onChange` Service.restarted "bitlbee"
& Apt.installed & Apt.installed
["git-annex", "myrepos" ["git-annex", "myrepos"

File diff suppressed because it is too large Load Diff